#CB84C4

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

Shades of Orchid #CB84C4

Tints of Orchid #CB84C4

Color information

#CB84C4 (or 0xCB84C4) is unknown color: approx Orchid. HEX triplet: CB, 84 and C4. RGB value is (203,132,196). Sum of RGB (Red+Green+Blue) = 203+132+196=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C4 is #347B3B. Grayscale: #A0A0A0. Windows color (decimal): -3439420 or 12879051. OLE color: 12879051.

HSL color Cylindrical-coordinate representation of color #CB84C4: hue angle of 305.92º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB84C4 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203132196-
CMYK00.350.030.20
HSL305.92º40.57%65.69%-
HSV(B)305.92º34.98%79.61%-
XYZ42.8433.1856.37-
YUV160.52148.02158.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=38.23%
G=24.86%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313219600.350.030.20305.9240.5765.69
HexCB84C40233141322942
Octal31320430404332446251102
Binary110010111000010011000100010001111101001001100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84C4; }

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

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

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

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

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

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

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

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