Html Css Color HEX #D25CED Heliotrope

📋 copy color: '#D25CED'

red 210 ◦ green 92 ◦ blue 237

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

Shades of Heliotrope #D25CED

Tints of Heliotrope #D25CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.07%

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

R = 38.96%
G = 17.07%
B = 43.97%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D25CED (or 0xD25CED) is known color: Heliotrope. HEX triplet: D2, 5C and ED. RGB value is (210,92,237). Sum of RGB (Red+Green+Blue) = 210+92+237=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #D25CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CED is #2DA312. Grayscale: #8F8F8F. Windows color (decimal): -2990867 or 15555794. OLE color: 15555794.

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

Color convert

RGB 210 92 237 -
CMYK 0.11 0.61 0 0.07
HSL 288.83º 0.8% 0.65% -
HSV(B) 288.83º 0.61% 0.93% -
XYZ 45.69 27.47 83.01 -
YUV 143.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 210 92 237 0.11 0.61 0 0.07 288.83 0.8 0.65
Hex D2 5C ED B 3D 0 7 121 50 41
Octal 322 134 355 13 75 0 7 441 120 101
Binary 11010010 1011100 11101101 1011 111101 0 111 100100001 1010000 1000001

Color Harmonies of #D25CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CED

Black with #D25CED

Text Example


Text Example

White with #D25CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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