#CB74CF

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

Shades of Orchid #CB74CF

Tints of Orchid #CB74CF

Color information

#CB74CF (or 0xCB74CF) is unknown color: approx Orchid. HEX triplet: CB, 74 and CF. RGB value is (203,116,207). Sum of RGB (Red+Green+Blue) = 203+116+207=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74CF is #348B30. Grayscale: #989898. Windows color (decimal): -3443505 or 13595851. OLE color: 13595851.

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

Color convert

RGB203116207-
CMYK0.020.4400.19
HSL297.36º48.66%63.33%-
HSV(B)297.36º43.96%81.18%-
XYZ42.1429.6962.54-
YUV152.39158.82164.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 116 (45.70% from 255) = 22.05%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=38.59%
G=22.05%
B=39.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031162070.020.4400.19297.3648.6663.33
HexCB74CF22C013129313f
Octal3131643172540234516177
Binary1100101111101001100111110101100010011100101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74CF; }

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

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

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

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

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

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

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

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