#ca4beb

Color #CA4BEB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CA4BEB

Tints of Medium Orchid #CA4BEB

Color information

#CA4BEB (or 0xCA4BEB) is unknown color: approx Medium Orchid. HEX triplet: CA, 4B and EB. RGB value is (202,75,235). Sum of RGB (Red+Green+Blue) = 202+75+235=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BEB is #35B414. Grayscale: #828282. Windows color (decimal): -3519509 or 15420362. OLE color: 15420362.

HSL color Cylindrical-coordinate representation of color #CA4BEB: hue angle of 287.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4BEB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20275235-
CMYK0.140.6800.08
HSL287.62º80%60.78%-
HSV(B)287.62º68.09%92.16%-
XYZ41.8723.5980.94-
YUV131.21186.58178.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 75 (29.69% from 255) = 14.65%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=39.45%
G=14.65%
B=45.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202752350.140.6800.08287.628060.78
HexCA4BEBE4408120503d
Octal3121133531610401044012075
Binary1100101010010111110101111101000100010001001000001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4beb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4beb; }

 p { color: rgb(202,75,235); }

 H1.HeaderClassName
 {
   color: #ca4beb;
 }
 .AnyTagClassName
 {
   color: #ca4beb;
 }
</style>
background-color css

<style>
 a { background-color: #ca4beb; }

 a { background-color: rgb(202,75,235); }

 div.DivClassName
 {
   background-color: #ca4beb;
 }
 .BgClassName
 {
   background-color: #ca4beb;
 }
</style>
border-color css

<style>
 span { border-color: #ca4beb; }

 span { border-color: rgb(202,75,235); }

 td.TdClassName
 {
   border-color: #ca4beb;
 }
 .TagClassName
 {
   border-color: #ca4beb;
 }
</style>