#CB71CD

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

Shades of Orchid #CB71CD

Tints of Orchid #CB71CD

Color information

#CB71CD (or 0xCB71CD) is unknown color: approx Orchid. HEX triplet: CB, 71 and CD. RGB value is (203,113,205). Sum of RGB (Red+Green+Blue) = 203+113+205=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71CD is #348E32. Grayscale: #969696. Windows color (decimal): -3444275 or 13464011. OLE color: 13464011.

HSL color Cylindrical-coordinate representation of color #CB71CD: hue angle of 298.7º degrees, saturation: 0.48, 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 #CB71CD is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203113205-
CMYK0.010.4500.20
HSL298.7º47.92%62.35%-
HSV(B)298.7º44.88%80.39%-
XYZ41.5528.9161.15-
YUV150.4158.82165.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=38.96%
G=21.69%
B=39.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031132050.010.4500.20298.747.9262.35
HexCB71CD12D01412b303e
Octal3131613151550244536076
Binary110010111110001110011011101101010100100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71CD; }

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

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

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

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

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

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

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

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