#CB84CF

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

Shades of Orchid #CB84CF

Tints of Orchid #CB84CF

Color information

#CB84CF (or 0xCB84CF) is unknown color: approx Orchid. HEX triplet: CB, 84 and CF. RGB value is (203,132,207). Sum of RGB (Red+Green+Blue) = 203+132+207=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CF is #347B30. Grayscale: #A1A1A1. Windows color (decimal): -3439409 or 13599947. OLE color: 13599947.

HSL color Cylindrical-coordinate representation of color #CB84CF: hue angle of 296.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB84CF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203132207-
CMYK0.020.3600.19
HSL296.8º43.86%66.47%-
HSV(B)296.8º36.23%81.18%-
XYZ44.1433.763.21-
YUV161.78153.52157.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=37.45%
G=24.35%
B=38.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031322070.020.3600.19296.843.8666.47
HexCB84CF2240131292c42
Octal31320431724402345154102
Binary110010111000010011001111101001000100111001010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84CF; }

 p { color: rgb(203,132,207); }

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

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

 a { background-color: rgb(203,132,207); }

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

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

 span { border-color: rgb(203,132,207); }

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