Html Css Color HEX #CE84DC Orchid

📋 copy color: '#CE84DC'

red 206 ◦ green 132 ◦ blue 220

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

Shades of Orchid #CE84DC

Tints of Orchid #CE84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 36.92%
G = 23.66%
B = 39.43%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE84DC (or 0xCE84DC) is known color: Orchid. HEX triplet: CE, 84 and DC. RGB value is (206,132,220). Sum of RGB (Red+Green+Blue) = 206+132+220=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DC is #317B23. Grayscale: #A3A3A3. Windows color (decimal): -3242788 or 14451918. OLE color: 14451918.

HSL color Cylindrical-coordinate representation of color #CE84DC: hue angle of 290.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE84DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 132 220 -
CMYK 0.06 0.40 0 0.14
HSL 290.45º 0.56% 0.69% -
HSV(B) 290.45º 0.4% 0.86% -
XYZ 46.62 34.79 71.97 -
YUV 164.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 206 132 220 0.06 0.40 0 0.14 290.45 0.56 0.69
Hex CE 84 DC 6 28 0 E 122 38 45
Octal 316 204 334 6 50 0 16 442 70 105
Binary 11001110 10000100 11011100 110 101000 0 1110 100100010 111000 1000101

Color Harmonies of #CE84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84DC

Black with #CE84DC

Text Example


Text Example

White with #CE84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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