Html Css Color HEX #D065FC Heliotrope

📋 copy color: '#D065FC'

red 208 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #D065FC

Tints of Heliotrope #D065FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18%

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

R = 37.08%
G = 18%
B = 44.92%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D065FC (or 0xD065FC) is known color: Heliotrope. HEX triplet: D0, 65 and FC. RGB value is (208,101,252). Sum of RGB (Red+Green+Blue) = 208+101+252=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #D065FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065FC is #2F9A03. Grayscale: #959595. Windows color (decimal): -3119620 or 16541136. OLE color: 16541136.

HSL color Cylindrical-coordinate representation of color #D065FC: hue angle of 282.52º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D065FC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 101 252 -
CMYK 0.17 0.60 0 0.01
HSL 282.52º 0.96% 0.69% -
HSV(B) 282.52º 0.6% 0.99% -
XYZ 48.24 29.75 95.29 -
YUV 150.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 208 101 252 0.17 0.60 0 0.01 282.52 0.96 0.69
Hex D0 65 FC 11 3C 0 1 11B 60 45
Octal 320 145 374 21 74 0 1 433 140 105
Binary 11010000 1100101 11111100 10001 111100 0 1 100011011 1100000 1000101

Color Harmonies of #D065FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065FC

Black with #D065FC

Text Example


Text Example

White with #D065FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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