Html Css Color HEX #D67CFD Heliotrope

📋 copy color: '#D67CFD'

red 214 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #D67CFD

Tints of Heliotrope #D67CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 36.21%
G = 20.98%
B = 42.81%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D67CFD (or 0xD67CFD) is known color: Heliotrope. HEX triplet: D6, 7C and FD. RGB value is (214,124,253). Sum of RGB (Red+Green+Blue) = 214+124+253=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #D67CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67CFD is #298302. Grayscale: #A5A5A5. Windows color (decimal): -2720515 or 16612566. OLE color: 16612566.

HSL color Cylindrical-coordinate representation of color #D67CFD: hue angle of 281.86º degrees, saturation: 0.97, 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 #D67CFD is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 124 253 -
CMYK 0.15 0.51 0 0.01
HSL 281.86º 0.97% 0.74% -
HSV(B) 281.86º 0.51% 0.99% -
XYZ 52.67 35.8 97.06 -
YUV 165.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 214 124 253 0.15 0.51 0 0.01 281.86 0.97 0.74
Hex D6 7C FD F 33 0 1 11A 61 4A
Octal 326 174 375 17 63 0 1 432 141 112
Binary 11010110 1111100 11111101 1111 110011 0 1 100011010 1100001 1001010

Color Harmonies of #D67CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CFD

Black with #D67CFD

Text Example


Text Example

White with #D67CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CFD; }

 p { color: rgb(214,124,253); }

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

background-color css

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

 a { background-color: rgb(214,124,253); }

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

border-color css

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

 span { border-color: rgb(214,124,253); }

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