Html Css Color HEX #D085FC Heliotrope

📋 copy color: '#D085FC'

red 208 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #D085FC

Tints of Heliotrope #D085FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.43%

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

R = 35.08%
G = 22.43%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D085FC (or 0xD085FC) is known color: Heliotrope. HEX triplet: D0, 85 and FC. RGB value is (208,133,252). Sum of RGB (Red+Green+Blue) = 208+133+252=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #D085FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085FC is #2F7A03. Grayscale: #A8A8A8. Windows color (decimal): -3111428 or 16549328. OLE color: 16549328.

HSL color Cylindrical-coordinate representation of color #D085FC: hue angle of 277.82º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D085FC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 133 252 -
CMYK 0.17 0.47 0 0.01
HSL 277.82º 0.95% 0.75% -
HSV(B) 277.82º 0.47% 0.99% -
XYZ 51.97 37.21 96.54 -
YUV 168.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 208 133 252 0.17 0.47 0 0.01 277.82 0.95 0.75
Hex D0 85 FC 11 2F 0 1 116 5F 4B
Octal 320 205 374 21 57 0 1 426 137 113
Binary 11010000 10000101 11111100 10001 101111 0 1 100010110 1011111 1001011

Color Harmonies of #D085FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085FC

Black with #D085FC

Text Example


Text Example

White with #D085FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085FC; }

 p { color: rgb(208,133,252); }

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

background-color css

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

 a { background-color: rgb(208,133,252); }

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

border-color css

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

 span { border-color: rgb(208,133,252); }

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