Html Css Color HEX #D75CEE Heliotrope

📋 copy color: '#D75CEE'

red 215 ◦ green 92 ◦ blue 238

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

Shades of Heliotrope #D75CEE

Tints of Heliotrope #D75CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 39.45%
G = 16.88%
B = 43.67%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D75CEE (or 0xD75CEE) is known color: Heliotrope. HEX triplet: D7, 5C and EE. RGB value is (215,92,238). Sum of RGB (Red+Green+Blue) = 215+92+238=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D75CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CEE is #28A311. Grayscale: #909090. Windows color (decimal): -2663186 or 15621335. OLE color: 15621335.

HSL color Cylindrical-coordinate representation of color #D75CEE: hue angle of 290.55º degrees, saturation: 0.81, 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 #D75CEE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 92 238 -
CMYK 0.10 0.61 0 0.07
HSL 290.55º 0.81% 0.65% -
HSV(B) 290.55º 0.61% 0.93% -
XYZ 47.28 28.27 83.85 -
YUV 145.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 215 92 238 0.10 0.61 0 0.07 290.55 0.81 0.65
Hex D7 5C EE A 3D 0 7 123 51 41
Octal 327 134 356 12 75 0 7 443 121 101
Binary 11010111 1011100 11101110 1010 111101 0 111 100100011 1010001 1000001

Color Harmonies of #D75CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75CEE

Black with #D75CEE

Text Example


Text Example

White with #D75CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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