Html Css Color HEX #CB84CC Orchid

📋 copy color: '#CB84CC'

red 203 ◦ green 132 ◦ blue 204

#CB84CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB84CC

Tints of Orchid #CB84CC

RGB

 RED value IS 203 (79.69% from 255) = 37.66%

 GREEN value IS 132 (51.95% from 255) = 24.49%

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 37.66%
G = 24.49%
B = 37.85%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB84CC (or 0xCB84CC) is known color: Orchid. HEX triplet: CB, 84 and CC. RGB value is (203,132,204). Sum of RGB (Red+Green+Blue) = 203+132+204=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CC is #347B33. Grayscale: #A1A1A1. Windows color (decimal): -3439412 or 13403339. OLE color: 13403339.

HSL color Cylindrical-coordinate representation of color #CB84CC: hue angle of 299.17º 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 #CB84CC is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 132 204 -
CMYK 0.00 0.35 0 0.2
HSL 299.17º 0.41% 0.66% -
HSV(B) 299.17º 0.35% 0.8% -
XYZ 43.78 33.56 61.3 -
YUV 161.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 203 132 204 0.00 0.35 0 0.2 299.17 0.41 0.66
Hex CB 84 CC 0 23 0 14 12B 29 42
Octal 313 204 314 0 43 0 24 453 51 102
Binary 11001011 10000100 11001100 0 100011 0 10100 100101011 101001 1000010

Color Harmonies of #CB84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB84CC

Black with #CB84CC

Text Example


Text Example

White with #CB84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB84CC; }

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

 H1.HeaderClassName
 {
   color: #CB84CC;
 }
 .AnyTagClassName
 {
   color: #CB84CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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