Html Css Color HEX #D07CFC Heliotrope

📋 copy color: '#D07CFC'

red 208 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #D07CFC

Tints of Heliotrope #D07CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.23%

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

R = 35.62%
G = 21.23%
B = 43.15%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D07CFC (or 0xD07CFC) is known color: Heliotrope. HEX triplet: D0, 7C and FC. RGB value is (208,124,252). Sum of RGB (Red+Green+Blue) = 208+124+252=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #D07CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CFC is #2F8303. Grayscale: #A3A3A3. Windows color (decimal): -3113732 or 16547024. OLE color: 16547024.

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

Color convert

RGB 208 124 252 -
CMYK 0.17 0.51 0 0.01
HSL 279.38º 0.96% 0.74% -
HSV(B) 279.38º 0.51% 0.99% -
XYZ 50.79 34.85 96.15 -
YUV 163.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 208 124 252 0.17 0.51 0 0.01 279.38 0.96 0.74
Hex D0 7C FC 11 33 0 1 117 60 4A
Octal 320 174 374 21 63 0 1 427 140 112
Binary 11010000 1111100 11111100 10001 110011 0 1 100010111 1100000 1001010

Color Harmonies of #D07CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CFC

Black with #D07CFC

Text Example


Text Example

White with #D07CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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