Html Css Color HEX #D25CFA Heliotrope

📋 copy color: '#D25CFA'

red 210 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #D25CFA

Tints of Heliotrope #D25CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 38.04%
G = 16.67%
B = 45.29%

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

#D25CFA (or 0xD25CFA) is known color: Heliotrope. HEX triplet: D2, 5C and FA. RGB value is (210,92,250). Sum of RGB (Red+Green+Blue) = 210+92+250=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #D25CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CFA is #2DA305. Grayscale: #909090. Windows color (decimal): -2990854 or 16407762. OLE color: 16407762.

HSL color Cylindrical-coordinate representation of color #D25CFA: hue angle of 284.81º degrees, saturation: 0.94, 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 #D25CFA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 92 250 -
CMYK 0.16 0.63 0 0.02
HSL 284.81º 0.94% 0.67% -
HSV(B) 284.81º 0.63% 0.98% -
XYZ 47.66 28.26 93.38 -
YUV 145.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 210 92 250 0.16 0.63 0 0.02 284.81 0.94 0.67
Hex D2 5C FA 10 3F 0 2 11D 5E 43
Octal 322 134 372 20 77 0 2 435 136 103
Binary 11010010 1011100 11111010 10000 111111 0 10 100011101 1011110 1000011

Color Harmonies of #D25CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CFA

Black with #D25CFA

Text Example


Text Example

White with #D25CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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