#CB75BD

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

Shades of Orchid #CB75BD

Tints of Orchid #CB75BD

Color information

#CB75BD (or 0xCB75BD) is unknown color: approx Orchid. HEX triplet: CB, 75 and BD. RGB value is (203,117,189). Sum of RGB (Red+Green+Blue) = 203+117+189=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75BD is #348A42. Grayscale: #969696. Windows color (decimal): -3443267 or 12416459. OLE color: 12416459.

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

Color convert

RGB203117189-
CMYK00.420.070.20
HSL309.77º45.26%62.75%-
HSV(B)309.77º42.36%79.61%-
XYZ40.1829.0951.64-
YUV150.92149.49165.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=39.88%
G=22.99%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311718900.420.070.20309.7745.2662.75
HexCB75BD02A7141362d3f
Octal3131652750527244665577
Binary11001011111010110111101010101011110100100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75BD; }

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

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

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

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

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

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

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

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