#CB75E4

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

Shades of Orchid #CB75E4

Tints of Orchid #CB75E4

Color information

#CB75E4 (or 0xCB75E4) is unknown color: approx Orchid. HEX triplet: CB, 75 and E4. RGB value is (203,117,228). Sum of RGB (Red+Green+Blue) = 203+117+228=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB75E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75E4 is #348A1B. Grayscale: #9B9B9B. Windows color (decimal): -3443228 or 14972363. OLE color: 14972363.

HSL color Cylindrical-coordinate representation of color #CB75E4: hue angle of 286.49º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB75E4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203117228-
CMYK0.110.4900.11
HSL286.49º67.27%67.65%-
HSV(B)286.49º48.68%89.41%-
XYZ44.9931.0277.01-
YUV155.37168.99161.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=37.04%
G=21.35%
B=41.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031172280.110.4900.11286.4967.2767.65
HexCB75E4B310B11e4344
Octal3131653441361013436103104
Binary1100101111101011110010010111100010101110001111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75E4; }

 p { color: rgb(203,117,228); }

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

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

 a { background-color: rgb(203,117,228); }

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

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

 span { border-color: rgb(203,117,228); }

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