Html Css Color HEX #D36CF2 Heliotrope

📋 copy color: '#D36CF2'

red 211 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #D36CF2

Tints of Heliotrope #D36CF2

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

 GREEN value IS 108 (42.58% from 255) = 19.25%

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 37.61%
G = 19.25%
B = 43.14%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D36CF2 (or 0xD36CF2) is known color: Heliotrope. HEX triplet: D3, 6C and F2. RGB value is (211,108,242). Sum of RGB (Red+Green+Blue) = 211+108+242=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #D36CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36CF2 is #2C930D. Grayscale: #999999. Windows color (decimal): -2921230 or 15887571. OLE color: 15887571.

HSL color Cylindrical-coordinate representation of color #D36CF2: hue angle of 286.12º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36CF2 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 108 242 -
CMYK 0.13 0.55 0 0.05
HSL 286.12º 0.84% 0.69% -
HSV(B) 286.12º 0.55% 0.95% -
XYZ 48.25 30.98 87.44 -
YUV 154.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 211 108 242 0.13 0.55 0 0.05 286.12 0.84 0.69
Hex D3 6C F2 D 37 0 5 11E 54 45
Octal 323 154 362 15 67 0 5 436 124 105
Binary 11010011 1101100 11110010 1101 110111 0 101 100011110 1010100 1000101

Color Harmonies of #D36CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36CF2

Black with #D36CF2

Text Example


Text Example

White with #D36CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36CF2; }

 p { color: rgb(211,108,242); }

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

background-color css

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

 a { background-color: rgb(211,108,242); }

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

border-color css

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

 span { border-color: rgb(211,108,242); }

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