Html Css Color HEX #D27CED Heliotrope

📋 copy color: '#D27CED'

red 210 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #D27CED

Tints of Heliotrope #D27CED

RGB

 RED value IS 210 (82.42% from 255) = 36.78%

 GREEN value IS 124 (48.83% from 255) = 21.72%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 36.78%
G = 21.72%
B = 41.51%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D27CED (or 0xD27CED) is known color: Heliotrope. HEX triplet: D2, 7C and ED. RGB value is (210,124,237). Sum of RGB (Red+Green+Blue) = 210+124+237=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #D27CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CED is #2D8312. Grayscale: #A2A2A2. Windows color (decimal): -2982675 or 15563986. OLE color: 15563986.

HSL color Cylindrical-coordinate representation of color #D27CED: hue angle of 285.66º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27CED is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 124 237 -
CMYK 0.11 0.48 0 0.07
HSL 285.66º 0.76% 0.71% -
HSV(B) 285.66º 0.48% 0.93% -
XYZ 49.07 34.23 84.14 -
YUV 162.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 210 124 237 0.11 0.48 0 0.07 285.66 0.76 0.71
Hex D2 7C ED B 30 0 7 11E 4C 47
Octal 322 174 355 13 60 0 7 436 114 107
Binary 11010010 1111100 11101101 1011 110000 0 111 100011110 1001100 1000111

Color Harmonies of #D27CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CED

Black with #D27CED

Text Example


Text Example

White with #D27CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CED; }

 p { color: rgb(210,124,237); }

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

background-color css

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

 a { background-color: rgb(210,124,237); }

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

border-color css

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

 span { border-color: rgb(210,124,237); }

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