Html Css Color HEX #D75CFA Heliotrope

📋 copy color: '#D75CFA'

red 215 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #D75CFA

Tints of Heliotrope #D75CFA

RGB

 RED value IS 215 (84.38% from 255) = 38.6%

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

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

R = 38.6%
G = 16.52%
B = 44.88%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D75CFA (or 0xD75CFA) is known color: Heliotrope. HEX triplet: D7, 5C and FA. RGB value is (215,92,250). Sum of RGB (Red+Green+Blue) = 215+92+250=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #D75CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CFA is #28A305. Grayscale: #929292. Windows color (decimal): -2663174 or 16407767. OLE color: 16407767.

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

Color convert

RGB 215 92 250 -
CMYK 0.14 0.63 0 0.02
HSL 286.71º 0.94% 0.67% -
HSV(B) 286.71º 0.63% 0.98% -
XYZ 49.11 29 93.45 -
YUV 146.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 215 92 250 0.14 0.63 0 0.02 286.71 0.94 0.67
Hex D7 5C FA E 3F 0 2 11F 5E 43
Octal 327 134 372 16 77 0 2 437 136 103
Binary 11010111 1011100 11111010 1110 111111 0 10 100011111 1011110 1000011

Color Harmonies of #D75CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75CFA

Black with #D75CFA

Text Example


Text Example

White with #D75CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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