Html Css Color HEX #D58FFC Heliotrope

📋 copy color: '#D58FFC'

red 213 ◦ green 143 ◦ blue 252

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

Shades of Heliotrope #D58FFC

Tints of Heliotrope #D58FFC

RGB

 RED value IS 213 (83.59% from 255) = 35.03%

 GREEN value IS 143 (56.25% from 255) = 23.52%

 BLUE value IS 252 (98.83% from 255) = 41.45%

R = 35.03%
G = 23.52%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58FFC (or 0xD58FFC) is known color: Heliotrope. HEX triplet: D5, 8F and FC. RGB value is (213,143,252). Sum of RGB (Red+Green+Blue) = 213+143+252=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #D58FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FFC is #2A7003. Grayscale: #AFAFAF. Windows color (decimal): -2781188 or 16551893. OLE color: 16551893.

HSL color Cylindrical-coordinate representation of color #D58FFC: hue angle of 278.53º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58FFC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 143 252 -
CMYK 0.15 0.43 0 0.01
HSL 278.53º 0.95% 0.77% -
HSV(B) 278.53º 0.43% 0.99% -
XYZ 54.83 40.82 97.08 -
YUV 176.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 213 143 252 0.15 0.43 0 0.01 278.53 0.95 0.77
Hex D5 8F FC F 2B 0 1 117 5F 4D
Octal 325 217 374 17 53 0 1 427 137 115
Binary 11010101 10001111 11111100 1111 101011 0 1 100010111 1011111 1001101

Color Harmonies of #D58FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FFC

Black with #D58FFC

Text Example


Text Example

White with #D58FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FFC; }

 p { color: rgb(213,143,252); }

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

background-color css

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

 a { background-color: rgb(213,143,252); }

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

border-color css

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

 span { border-color: rgb(213,143,252); }

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