#CB75B5

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

Shades of Orchid #CB75B5

Tints of Orchid #CB75B5

Color information

#CB75B5 (or 0xCB75B5) is unknown color: approx Orchid. HEX triplet: CB, 75 and B5. RGB value is (203,117,181). Sum of RGB (Red+Green+Blue) = 203+117+181=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75B5 is #348A4A. Grayscale: #959595. Windows color (decimal): -3443275 or 11892171. OLE color: 11892171.

HSL color Cylindrical-coordinate representation of color #CB75B5: hue angle of 315.35º 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 #CB75B5 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203117181-
CMYK00.420.110.20
HSL315.35º45.26%62.75%-
HSV(B)315.35º42.36%79.61%-
XYZ39.3328.7647.19-
YUV150.01145.49165.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=40.52%
G=23.35%
B=36.13%

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
Decimal20311718100.420.110.20315.3545.2662.75
HexCB75B502AB1413b2d3f
Octal31316526505213244735577
Binary110010111110101101101010101010101110100100111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75B5; }

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

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

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

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

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

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

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

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