#CB74C9

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

Shades of Orchid #CB74C9

Tints of Orchid #CB74C9

Color information

#CB74C9 (or 0xCB74C9) is unknown color: approx Orchid. HEX triplet: CB, 74 and C9. RGB value is (203,116,201). Sum of RGB (Red+Green+Blue) = 203+116+201=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74C9 is #348B36. Grayscale: #979797. Windows color (decimal): -3443511 or 13202635. OLE color: 13202635.

HSL color Cylindrical-coordinate representation of color #CB74C9: hue angle of 301.38º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB74C9 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203116201-
CMYK00.430.010.20
HSL301.38º45.55%62.55%-
HSV(B)301.38º42.86%79.61%-
XYZ41.4229.458.75-
YUV151.7155.82164.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 116 (45.70% from 255) = 22.31%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=39.04%
G=22.31%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311620100.430.010.20301.3845.5562.55
HexCB74C902B11412d2e3f
Octal3131643110531244555677
Binary110010111110100110010010101011110100100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74C9; }

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

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

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

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

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

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

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

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