Html Css Color HEX #D75CFB Heliotrope

📋 copy color: '#D75CFB'

red 215 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D75CFB

Tints of Heliotrope #D75CFB

RGB

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

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

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

R = 38.53%
G = 16.49%
B = 44.98%

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

#D75CFB (or 0xD75CFB) is known color: Heliotrope. HEX triplet: D7, 5C and FB. RGB value is (215,92,251). Sum of RGB (Red+Green+Blue) = 215+92+251=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #D75CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CFB is #28A304. Grayscale: #929292. Windows color (decimal): -2663173 or 16473303. OLE color: 16473303.

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

Color convert

RGB 215 92 251 -
CMYK 0.14 0.63 0 0.02
HSL 286.42º 0.95% 0.67% -
HSV(B) 286.42º 0.63% 0.98% -
XYZ 49.26 29.07 94.28 -
YUV 146.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 215 92 251 0.14 0.63 0 0.02 286.42 0.95 0.67
Hex D7 5C FB E 3F 0 2 11E 5F 43
Octal 327 134 373 16 77 0 2 436 137 103
Binary 11010111 1011100 11111011 1110 111111 0 10 100011110 1011111 1000011

Color Harmonies of #D75CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75CFB

Black with #D75CFB

Text Example


Text Example

White with #D75CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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