Html Css Color HEX #CE84D8 Orchid

📋 copy color: '#CE84D8'

red 206 ◦ green 132 ◦ blue 216

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

Shades of Orchid #CE84D8

Tints of Orchid #CE84D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 37.18%
G = 23.83%
B = 38.99%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE84D8 (or 0xCE84D8) is known color: Orchid. HEX triplet: CE, 84 and D8. RGB value is (206,132,216). Sum of RGB (Red+Green+Blue) = 206+132+216=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE84D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84D8 is #317B27. Grayscale: #A3A3A3. Windows color (decimal): -3242792 or 14189774. OLE color: 14189774.

HSL color Cylindrical-coordinate representation of color #CE84D8: hue angle of 292.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE84D8 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 132 216 -
CMYK 0.05 0.39 0 0.15
HSL 292.86º 0.52% 0.68% -
HSV(B) 292.86º 0.39% 0.85% -
XYZ 46.1 34.58 69.21 -
YUV 163.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 206 132 216 0.05 0.39 0 0.15 292.86 0.52 0.68
Hex CE 84 D8 5 27 0 F 125 34 44
Octal 316 204 330 5 47 0 17 445 64 104
Binary 11001110 10000100 11011000 101 100111 0 1111 100100101 110100 1000100

Color Harmonies of #CE84D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84D8

Black with #CE84D8

Text Example


Text Example

White with #CE84D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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