Html Css Color HEX #D08CFF Heliotrope

📋 copy color: '#D08CFF'

red 208 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #D08CFF

Tints of Heliotrope #D08CFF

RGB

 RED value IS 208 (81.64% from 255) = 34.49%

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

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

R = 34.49%
G = 23.22%
B = 42.29%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D08CFF (or 0xD08CFF) is known color: Heliotrope. HEX triplet: D0, 8C and FF. RGB value is (208,140,255). Sum of RGB (Red+Green+Blue) = 208+140+255=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CFF is #2F7300. Grayscale: #ADADAD. Windows color (decimal): -3109633 or 16747728. OLE color: 16747728.

HSL color Cylindrical-coordinate representation of color #D08CFF: hue angle of 275.48º 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 #D08CFF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 140 255 -
CMYK 0.18 0.45 0 0
HSL 275.48º 1% 0.77% -
HSV(B) 275.48º 0.45% 1% -
XYZ 53.44 39.39 99.39 -
YUV 173.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 208 140 255 0.18 0.45 0 0 275.48 1 0.77
Hex D0 8C FF 12 2D 0 0 113 64 4D
Octal 320 214 377 22 55 0 0 423 144 115
Binary 11010000 10001100 11111111 10010 101101 0 0 100010011 1100100 1001101

Color Harmonies of #D08CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CFF

Black with #D08CFF

Text Example


Text Example

White with #D08CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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