Html Css Color HEX #CB84CE Orchid

📋 copy color: '#CB84CE'

red 203 ◦ green 132 ◦ blue 206

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

Shades of Orchid #CB84CE

Tints of Orchid #CB84CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 37.52%
G = 24.4%
B = 38.08%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB84CE (or 0xCB84CE) is known color: Orchid. HEX triplet: CB, 84 and CE. RGB value is (203,132,206). Sum of RGB (Red+Green+Blue) = 203+132+206=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84CE is #347B31. Grayscale: #A1A1A1. Windows color (decimal): -3439410 or 13534411. OLE color: 13534411.

HSL color Cylindrical-coordinate representation of color #CB84CE: hue angle of 297.57º degrees, saturation: 0.43, 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 #CB84CE is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 132 206 -
CMYK 0.01 0.36 0 0.19
HSL 297.57º 0.43% 0.66% -
HSV(B) 297.57º 0.36% 0.81% -
XYZ 44.02 33.66 62.57 -
YUV 161.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 203 132 206 0.01 0.36 0 0.19 297.57 0.43 0.66
Hex CB 84 CE 1 24 0 13 12A 2B 42
Octal 313 204 316 1 44 0 23 452 53 102
Binary 11001011 10000100 11001110 1 100100 0 10011 100101010 101011 1000010

Color Harmonies of #CB84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB84CE

Black with #CB84CE

Text Example


Text Example

White with #CB84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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