#CB71BF

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

Shades of Orchid #CB71BF

Tints of Orchid #CB71BF

Color information

#CB71BF (or 0xCB71BF) is unknown color: approx Orchid. HEX triplet: CB, 71 and BF. RGB value is (203,113,191). Sum of RGB (Red+Green+Blue) = 203+113+191=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71BF is #348E40. Grayscale: #949494. Windows color (decimal): -3444289 or 12546507. OLE color: 12546507.

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

Color convert

RGB203113191-
CMYK00.440.060.20
HSL308º46.39%61.96%-
HSV(B)308º44.33%79.61%-
XYZ39.9428.2752.64-
YUV148.8151.82166.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 191 (75% from 255) = 37.67%
R=40.04%
G=22.29%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311319100.440.060.2030846.3961.96
HexCB71BF02C6141342e3e
Octal3131612770546244645676
Binary11001011111000110111111010110011010100100110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB71BF; }

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

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

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

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

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

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

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

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