Html Css Color HEX #CE84D6 Orchid

📋 copy color: '#CE84D6'

red 206 ◦ green 132 ◦ blue 214

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

Shades of Orchid #CE84D6

Tints of Orchid #CE84D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 37.32%
G = 23.91%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE84D6 (or 0xCE84D6) is known color: Orchid. HEX triplet: CE, 84 and D6. RGB value is (206,132,214). Sum of RGB (Red+Green+Blue) = 206+132+214=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84D6 is #317B29. Grayscale: #A3A3A3. Windows color (decimal): -3242794 or 14058702. OLE color: 14058702.

HSL color Cylindrical-coordinate representation of color #CE84D6: hue angle of 294.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE84D6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 132 214 -
CMYK 0.04 0.38 0 0.16
HSL 294.15º 0.5% 0.68% -
HSV(B) 294.15º 0.38% 0.84% -
XYZ 45.84 34.48 67.86 -
YUV 163.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 206 132 214 0.04 0.38 0 0.16 294.15 0.5 0.68
Hex CE 84 D6 4 26 0 10 126 32 44
Octal 316 204 326 4 46 0 20 446 62 104
Binary 11001110 10000100 11010110 100 100110 0 10000 100100110 110010 1000100

Color Harmonies of #CE84D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84D6

Black with #CE84D6

Text Example


Text Example

White with #CE84D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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