Html Css Color HEX #D58CFD Heliotrope

📋 copy color: '#D58CFD'

red 213 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #D58CFD

Tints of Heliotrope #D58CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 35.15%
G = 23.1%
B = 41.75%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58CFD (or 0xD58CFD) is known color: Heliotrope. HEX triplet: D5, 8C and FD. RGB value is (213,140,253). Sum of RGB (Red+Green+Blue) = 213+140+253=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CFD is #2A7302. Grayscale: #AEAEAE. Windows color (decimal): -2781955 or 16616661. OLE color: 16616661.

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

Color convert

RGB 213 140 253 -
CMYK 0.16 0.45 0 0.01
HSL 278.76º 0.97% 0.77% -
HSV(B) 278.76º 0.45% 0.99% -
XYZ 54.55 39.99 97.77 -
YUV 174.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 213 140 253 0.16 0.45 0 0.01 278.76 0.97 0.77
Hex D5 8C FD 10 2D 0 1 117 61 4D
Octal 325 214 375 20 55 0 1 427 141 115
Binary 11010101 10001100 11111101 10000 101101 0 1 100010111 1100001 1001101

Color Harmonies of #D58CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CFD

Black with #D58CFD

Text Example


Text Example

White with #D58CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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