#CB75CF

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

Shades of Orchid #CB75CF

Tints of Orchid #CB75CF

Color information

#CB75CF (or 0xCB75CF) is unknown color: approx Orchid. HEX triplet: CB, 75 and CF. RGB value is (203,117,207). Sum of RGB (Red+Green+Blue) = 203+117+207=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB75CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75CF is #348A30. Grayscale: #989898. Windows color (decimal): -3443249 or 13596107. OLE color: 13596107.

HSL color Cylindrical-coordinate representation of color #CB75CF: hue angle of 297.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB75CF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203117207-
CMYK0.020.4300.19
HSL297.33º48.39%63.53%-
HSV(B)297.33º43.48%81.18%-
XYZ42.2529.9262.58-
YUV152.97158.49163.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=38.52%
G=22.20%
B=39.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031172070.020.4300.19297.3348.3963.53
HexCB75CF22B0131293040
Octal31316531725302345160100
Binary11001011111010111001111101010110100111001010011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB75CF; }

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

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

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

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

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

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

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

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