Html Css Color HEX #D88CFF Heliotrope

📋 copy color: '#D88CFF'

red 216 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #D88CFF

Tints of Heliotrope #D88CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 35.35%
G = 22.91%
B = 41.73%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D88CFF (or 0xD88CFF) is known color: Heliotrope. HEX triplet: D8, 8C and FF. RGB value is (216,140,255). Sum of RGB (Red+Green+Blue) = 216+140+255=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D88CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFF is #277300. Grayscale: #AFAFAF. Windows color (decimal): -2585345 or 16747736. OLE color: 16747736.

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

Color convert

RGB 216 140 255 -
CMYK 0.15 0.45 0 0
HSL 279.65º 1% 0.77% -
HSV(B) 279.65º 0.45% 1% -
XYZ 55.75 40.58 99.5 -
YUV 175.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 216 140 255 0.15 0.45 0 0 279.65 1 0.77
Hex D8 8C FF F 2D 0 0 118 64 4D
Octal 330 214 377 17 55 0 0 430 144 115
Binary 11011000 10001100 11111111 1111 101101 0 0 100011000 1100100 1001101

Color Harmonies of #D88CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CFF

Black with #D88CFF

Text Example


Text Example

White with #D88CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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