Html Css Color HEX #CE84CB Orchid

📋 copy color: '#CE84CB'

red 206 ◦ green 132 ◦ blue 203

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

Shades of Orchid #CE84CB

Tints of Orchid #CE84CB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE84CB (or 0xCE84CB) is known color: Orchid. HEX triplet: CE, 84 and CB. RGB value is (206,132,203). Sum of RGB (Red+Green+Blue) = 206+132+203=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84CB is #317B34. Grayscale: #A2A2A2. Windows color (decimal): -3242805 or 13337806. OLE color: 13337806.

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

Color convert

RGB 206 132 203 -
CMYK 0 0.36 0.01 0.19
HSL 302.43º 0.43% 0.66% -
HSV(B) 302.43º 0.36% 0.81% -
XYZ 44.48 33.94 60.71 -
YUV 162.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 206 132 203 0 0.36 0.01 0.19 302.43 0.43 0.66
Hex CE 84 CB 0 24 1 13 12E 2B 42
Octal 316 204 313 0 44 1 23 456 53 102
Binary 11001110 10000100 11001011 0 100100 1 10011 100101110 101011 1000010

Color Harmonies of #CE84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84CB

Black with #CE84CB

Text Example


Text Example

White with #CE84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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