Html Css Color HEX #CE84DB Orchid

📋 copy color: '#CE84DB'

red 206 ◦ green 132 ◦ blue 219

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

Shades of Orchid #CE84DB

Tints of Orchid #CE84DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 36.98%
G = 23.7%
B = 39.32%

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

#CE84DB (or 0xCE84DB) is known color: Orchid. HEX triplet: CE, 84 and DB. RGB value is (206,132,219). Sum of RGB (Red+Green+Blue) = 206+132+219=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84DB is #317B24. Grayscale: #A3A3A3. Windows color (decimal): -3242789 or 14386382. OLE color: 14386382.

HSL color Cylindrical-coordinate representation of color #CE84DB: hue angle of 291.03º degrees, saturation: 0.55, 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 #CE84DB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 132 219 -
CMYK 0.06 0.40 0 0.14
HSL 291.03º 0.55% 0.69% -
HSV(B) 291.03º 0.4% 0.86% -
XYZ 46.49 34.74 71.27 -
YUV 164.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 206 132 219 0.06 0.40 0 0.14 291.03 0.55 0.69
Hex CE 84 DB 6 28 0 E 123 37 45
Octal 316 204 333 6 50 0 16 443 67 105
Binary 11001110 10000100 11011011 110 101000 0 1110 100100011 110111 1000101

Color Harmonies of #CE84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84DB

Black with #CE84DB

Text Example


Text Example

White with #CE84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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