#CB74CA

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

Shades of Orchid #CB74CA

Tints of Orchid #CB74CA

Color information

#CB74CA (or 0xCB74CA) is unknown color: approx Orchid. HEX triplet: CB, 74 and CA. RGB value is (203,116,202). Sum of RGB (Red+Green+Blue) = 203+116+202=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74CA is #348B35. Grayscale: #979797. Windows color (decimal): -3443510 or 13268171. OLE color: 13268171.

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

Color convert

RGB203116202-
CMYK00.430.000.20
HSL300.69º45.55%62.55%-
HSV(B)300.69º42.86%79.61%-
XYZ41.5329.4559.37-
YUV151.82156.32164.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=38.96%
G=22.26%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311620200.430.000.20300.6945.5562.55
HexCB74CA02B01412d2e3f
Octal3131643120530244555677
Binary110010111110100110010100101011010100100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB74CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB74CA; }

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

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

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

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

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

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

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

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