Html Css Color HEX #D25CFB Heliotrope

📋 copy color: '#D25CFB'

red 210 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D25CFB

Tints of Heliotrope #D25CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.39%

R = 37.97%
G = 16.64%
B = 45.39%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D25CFB (or 0xD25CFB) is known color: Heliotrope. HEX triplet: D2, 5C and FB. RGB value is (210,92,251). Sum of RGB (Red+Green+Blue) = 210+92+251=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #D25CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CFB is #2DA304. Grayscale: #909090. Windows color (decimal): -2990853 or 16473298. OLE color: 16473298.

HSL color Cylindrical-coordinate representation of color #D25CFB: hue angle of 284.53º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D25CFB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 92 251 -
CMYK 0.16 0.63 0 0.02
HSL 284.53º 0.95% 0.67% -
HSV(B) 284.53º 0.63% 0.98% -
XYZ 47.82 28.32 94.21 -
YUV 145.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 210 92 251 0.16 0.63 0 0.02 284.53 0.95 0.67
Hex D2 5C FB 10 3F 0 2 11D 5F 43
Octal 322 134 373 20 77 0 2 435 137 103
Binary 11010010 1011100 11111011 10000 111111 0 10 100011101 1011111 1000011

Color Harmonies of #D25CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CFB

Black with #D25CFB

Text Example


Text Example

White with #D25CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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