Html Css Color HEX #CE84D9 Orchid

📋 copy color: '#CE84D9'

red 206 ◦ green 132 ◦ blue 217

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

Shades of Orchid #CE84D9

Tints of Orchid #CE84D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 37.12%
G = 23.78%
B = 39.1%

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

#CE84D9 (or 0xCE84D9) is known color: Orchid. HEX triplet: CE, 84 and D9. RGB value is (206,132,217). Sum of RGB (Red+Green+Blue) = 206+132+217=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE84D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84D9 is #317B26. Grayscale: #A3A3A3. Windows color (decimal): -3242791 or 14255310. OLE color: 14255310.

HSL color Cylindrical-coordinate representation of color #CE84D9: hue angle of 292.24º degrees, saturation: 0.53, 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 #CE84D9 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 132 217 -
CMYK 0.05 0.39 0 0.15
HSL 292.24º 0.53% 0.68% -
HSV(B) 292.24º 0.39% 0.85% -
XYZ 46.23 34.63 69.89 -
YUV 163.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 206 132 217 0.05 0.39 0 0.15 292.24 0.53 0.68
Hex CE 84 D9 5 27 0 F 124 35 44
Octal 316 204 331 5 47 0 17 444 65 104
Binary 11001110 10000100 11011001 101 100111 0 1111 100100100 110101 1000100

Color Harmonies of #CE84D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE84D9

Black with #CE84D9

Text Example


Text Example

White with #CE84D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE84D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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