#CB75C3

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

Shades of Orchid #CB75C3

Tints of Orchid #CB75C3

Color information

#CB75C3 (or 0xCB75C3) is unknown color: approx Orchid. HEX triplet: CB, 75 and C3. RGB value is (203,117,195). Sum of RGB (Red+Green+Blue) = 203+117+195=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75C3 is #348A3C. Grayscale: #979797. Windows color (decimal): -3443261 or 12809675. OLE color: 12809675.

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

Color convert

RGB203117195-
CMYK00.420.040.20
HSL305.58º45.26%62.75%-
HSV(B)305.58º42.36%79.61%-
XYZ40.8429.3655.14-
YUV151.61152.49164.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=39.42%
G=22.72%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311719500.420.040.20305.5845.2662.75
HexCB75C302A4141322d3f
Octal3131653030524244625577
Binary11001011111010111000011010101010010100100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75C3; }

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

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

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

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

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

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

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

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