#CB75DD

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

Shades of Orchid #CB75DD

Tints of Orchid #CB75DD

Color information

#CB75DD (or 0xCB75DD) is unknown color: approx Orchid. HEX triplet: CB, 75 and DD. RGB value is (203,117,221). Sum of RGB (Red+Green+Blue) = 203+117+221=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DD is #348A22. Grayscale: #9A9A9A. Windows color (decimal): -3443235 or 14513611. OLE color: 14513611.

HSL color Cylindrical-coordinate representation of color #CB75DD: hue angle of 289.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB75DD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203117221-
CMYK0.080.4700.13
HSL289.62º60.47%66.27%-
HSV(B)289.62º47.06%86.67%-
XYZ44.0430.6472-
YUV154.57165.49162.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=37.52%
G=21.63%
B=40.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031172210.080.4700.13289.6260.4766.27
HexCB75DD82F0D1223c42
Octal313165335105701544274102
Binary110010111110101110111011000101111011011001000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75DD; }

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

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

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

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

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

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

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

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