Html Css Color HEX #D88CFC Heliotrope

📋 copy color: '#D88CFC'

red 216 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #D88CFC

Tints of Heliotrope #D88CFC

RGB

 RED value IS 216 (84.77% from 255) = 35.53%

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

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

R = 35.53%
G = 23.03%
B = 41.45%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D88CFC (or 0xD88CFC) is known color: Heliotrope. HEX triplet: D8, 8C and FC. RGB value is (216,140,252). Sum of RGB (Red+Green+Blue) = 216+140+252=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 140 (55.08% from 255 or 23.03% 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 #D88CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFC is #277303. Grayscale: #AFAFAF. Windows color (decimal): -2585348 or 16551128. OLE color: 16551128.

HSL color Cylindrical-coordinate representation of color #D88CFC: hue angle of 280.71º 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 #D88CFC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 140 252 -
CMYK 0.14 0.44 0 0.01
HSL 280.71º 0.95% 0.77% -
HSV(B) 280.71º 0.44% 0.99% -
XYZ 55.27 40.38 96.98 -
YUV 175.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 216 140 252 0.14 0.44 0 0.01 280.71 0.95 0.77
Hex D8 8C FC E 2C 0 1 119 5F 4D
Octal 330 214 374 16 54 0 1 431 137 115
Binary 11011000 10001100 11111100 1110 101100 0 1 100011001 1011111 1001101

Color Harmonies of #D88CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CFC

Black with #D88CFC

Text Example


Text Example

White with #D88CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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