Html Css Color HEX #D58CFB Heliotrope

📋 copy color: '#D58CFB'

red 213 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #D58CFB

Tints of Heliotrope #D58CFB

RGB

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

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

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

R = 35.26%
G = 23.18%
B = 41.56%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D58CFB (or 0xD58CFB) is known color: Heliotrope. HEX triplet: D5, 8C and FB. RGB value is (213,140,251). Sum of RGB (Red+Green+Blue) = 213+140+251=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D58CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58CFB is #2A7304. Grayscale: #AEAEAE. Windows color (decimal): -2781957 or 16485589. OLE color: 16485589.

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

Color convert

RGB 213 140 251 -
CMYK 0.15 0.44 0 0.02
HSL 279.46º 0.93% 0.77% -
HSV(B) 279.46º 0.44% 0.98% -
XYZ 54.23 39.87 96.1 -
YUV 174.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 213 140 251 0.15 0.44 0 0.02 279.46 0.93 0.77
Hex D5 8C FB F 2C 0 2 117 5D 4D
Octal 325 214 373 17 54 0 2 427 135 115
Binary 11010101 10001100 11111011 1111 101100 0 10 100010111 1011101 1001101

Color Harmonies of #D58CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CFB

Black with #D58CFB

Text Example


Text Example

White with #D58CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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