Html Css Color HEX #CE84DE Orchid

📋 copy color: '#CE84DE'

red 206 ◦ green 132 ◦ blue 222

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

Shades of Orchid #CE84DE

Tints of Orchid #CE84DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 36.79%
G = 23.57%
B = 39.64%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE84DE (or 0xCE84DE) is known color: Orchid. HEX triplet: CE, 84 and DE. RGB value is (206,132,222). Sum of RGB (Red+Green+Blue) = 206+132+222=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DE is #317B21. Grayscale: #A4A4A4. Windows color (decimal): -3242786 or 14582990. OLE color: 14582990.

HSL color Cylindrical-coordinate representation of color #CE84DE: hue angle of 289.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE84DE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 132 222 -
CMYK 0.07 0.41 0 0.13
HSL 289.33º 0.58% 0.69% -
HSV(B) 289.33º 0.41% 0.87% -
XYZ 46.89 34.9 73.37 -
YUV 164.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 206 132 222 0.07 0.41 0 0.13 289.33 0.58 0.69
Hex CE 84 DE 7 29 0 D 121 3A 45
Octal 316 204 336 7 51 0 15 441 72 105
Binary 11001110 10000100 11011110 111 101001 0 1101 100100001 111010 1000101

Color Harmonies of #CE84DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84DE

Black with #CE84DE

Text Example


Text Example

White with #CE84DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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