#CB71CC

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

Shades of Orchid #CB71CC

Tints of Orchid #CB71CC

Color information

#CB71CC (or 0xCB71CC) is unknown color: approx Orchid. HEX triplet: CB, 71 and CC. RGB value is (203,113,204). Sum of RGB (Red+Green+Blue) = 203+113+204=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71CC is #348E33. Grayscale: #969696. Windows color (decimal): -3444276 or 13398475. OLE color: 13398475.

HSL color Cylindrical-coordinate representation of color #CB71CC: hue angle of 299.34º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB71CC is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203113204-
CMYK0.000.4500.2
HSL299.34º47.15%62.16%-
HSV(B)299.34º44.61%80%-
XYZ41.4328.8760.51-
YUV150.28158.32165.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=39.04%
G=21.73%
B=39.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031132040.000.4500.2299.3447.1562.16
HexCB71CC02D01412b2f3e
Octal3131613140550244535776
Binary110010111110001110011000101101010100100101011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71CC; }

 p { color: rgb(203,113,204); }

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

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

 a { background-color: rgb(203,113,204); }

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

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

 span { border-color: rgb(203,113,204); }

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