Html Css Color HEX #D58CFC Heliotrope

📋 copy color: '#D58CFC'

red 213 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #D58CFC

Tints of Heliotrope #D58CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.14%

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

R = 35.21%
G = 23.14%
B = 41.65%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58CFC (or 0xD58CFC) is known color: Heliotrope. HEX triplet: D5, 8C and FC. RGB value is (213,140,252). Sum of RGB (Red+Green+Blue) = 213+140+252=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D58CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CFC is #2A7303. Grayscale: #AEAEAE. Windows color (decimal): -2781956 or 16551125. OLE color: 16551125.

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

Color convert

RGB 213 140 252 -
CMYK 0.15 0.44 0 0.01
HSL 279.11º 0.95% 0.77% -
HSV(B) 279.11º 0.44% 0.99% -
XYZ 54.39 39.93 96.94 -
YUV 174.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 213 140 252 0.15 0.44 0 0.01 279.11 0.95 0.77
Hex D5 8C FC F 2C 0 1 117 5F 4D
Octal 325 214 374 17 54 0 1 427 137 115
Binary 11010101 10001100 11111100 1111 101100 0 1 100010111 1011111 1001101

Color Harmonies of #D58CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CFC

Black with #D58CFC

Text Example


Text Example

White with #D58CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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