#CB74BA

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

Shades of Orchid #CB74BA

Tints of Orchid #CB74BA

Color information

#CB74BA (or 0xCB74BA) is unknown color: approx Orchid. HEX triplet: CB, 74 and BA. RGB value is (203,116,186). Sum of RGB (Red+Green+Blue) = 203+116+186=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74BA is #348B45. Grayscale: #959595. Windows color (decimal): -3443526 or 12219595. OLE color: 12219595.

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

Color convert

RGB203116186-
CMYK00.430.080.20
HSL311.72º45.55%62.55%-
HSV(B)311.72º42.86%79.61%-
XYZ39.7428.7349.91-
YUV149.99148.32165.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=40.20%
G=22.97%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311618600.430.080.20311.7245.5562.55
HexCB74BA02B8141382e3f
Octal31316427205310244705677
Binary110010111110100101110100101011100010100100111000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74BA; }

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

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

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

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

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

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

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

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