Html Css Color HEX #D67FFC Heliotrope

📋 copy color: '#D67FFC'

red 214 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #D67FFC

Tints of Heliotrope #D67FFC

RGB

 RED value IS 214 (83.98% from 255) = 36.09%

 GREEN value IS 127 (50% from 255) = 21.42%

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

R = 36.09%
G = 21.42%
B = 42.5%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D67FFC (or 0xD67FFC) is known color: Heliotrope. HEX triplet: D6, 7F and FC. RGB value is (214,127,252). Sum of RGB (Red+Green+Blue) = 214+127+252=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 127 (50% from 255 or 21.42% 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 #D67FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67FFC is #298003. Grayscale: #A6A6A6. Windows color (decimal): -2719748 or 16547798. OLE color: 16547798.

HSL color Cylindrical-coordinate representation of color #D67FFC: hue angle of 281.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67FFC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 127 252 -
CMYK 0.15 0.50 0 0.01
HSL 281.76º 0.95% 0.74% -
HSV(B) 281.76º 0.5% 0.99% -
XYZ 52.89 36.5 96.35 -
YUV 167.26 175.82 161.34 -
System Red Green Blue C M Y K H S L
Decimal 214 127 252 0.15 0.50 0 0.01 281.76 0.95 0.74
Hex D6 7F FC F 32 0 1 11A 5F 4A
Octal 326 177 374 17 62 0 1 432 137 112
Binary 11010110 1111111 11111100 1111 110010 0 1 100011010 1011111 1001010

Color Harmonies of #D67FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FFC

Black with #D67FFC

Text Example


Text Example

White with #D67FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FFC; }

 p { color: rgb(214,127,252); }

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

background-color css

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

 a { background-color: rgb(214,127,252); }

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

border-color css

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

 span { border-color: rgb(214,127,252); }

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