#CB75B4

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

Shades of Orchid #CB75B4

Tints of Orchid #CB75B4

Color information

#CB75B4 (or 0xCB75B4) is unknown color: approx Orchid. HEX triplet: CB, 75 and B4. RGB value is (203,117,180). Sum of RGB (Red+Green+Blue) = 203+117+180=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75B4 is #348A4B. Grayscale: #959595. Windows color (decimal): -3443276 or 11826635. OLE color: 11826635.

HSL color Cylindrical-coordinate representation of color #CB75B4: hue angle of 316.05º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB75B4 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203117180-
CMYK00.420.110.20
HSL316.05º45.26%62.75%-
HSV(B)316.05º42.36%79.61%-
XYZ39.2328.7146.65-
YUV149.9144.99165.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.6%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 180 (70.70% from 255) = 36%
R=40.6%
G=23.4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311718000.420.110.20316.0545.2662.75
HexCB75B402AB1413c2d3f
Octal31316526405213244745577
Binary110010111110101101101000101010101110100100111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75B4; }

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

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

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

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

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

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

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

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