Html Css Color HEX #D65CFD Heliotrope

📋 copy color: '#D65CFD'

red 214 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #D65CFD

Tints of Heliotrope #D65CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.46%

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

R = 38.28%
G = 16.46%
B = 45.26%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D65CFD (or 0xD65CFD) is known color: Heliotrope. HEX triplet: D6, 5C and FD. RGB value is (214,92,253). Sum of RGB (Red+Green+Blue) = 214+92+253=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 92 (36.33% from 255 or 16.46% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D65CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFD is #29A302. Grayscale: #929292. Windows color (decimal): -2728707 or 16604374. OLE color: 16604374.

HSL color Cylindrical-coordinate representation of color #D65CFD: hue angle of 285.47º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65CFD is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 92 253 -
CMYK 0.15 0.64 0 0.01
HSL 285.47º 0.98% 0.68% -
HSV(B) 285.47º 0.64% 0.99% -
XYZ 49.29 29.04 95.94 -
YUV 146.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 214 92 253 0.15 0.64 0 0.01 285.47 0.98 0.68
Hex D6 5C FD F 40 0 1 11D 62 44
Octal 326 134 375 17 100 0 1 435 142 104
Binary 11010110 1011100 11111101 1111 1000000 0 1 100011101 1100010 1000100

Color Harmonies of #D65CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CFD

Black with #D65CFD

Text Example


Text Example

White with #D65CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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