Html Css Color HEX #D65CFC Heliotrope

📋 copy color: '#D65CFC'

red 214 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #D65CFC

Tints of Heliotrope #D65CFC

RGB

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

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

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

R = 38.35%
G = 16.49%
B = 45.16%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D65CFC (or 0xD65CFC) is known color: Heliotrope. HEX triplet: D6, 5C and FC. RGB value is (214,92,252). Sum of RGB (Red+Green+Blue) = 214+92+252=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #D65CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFC is #29A303. Grayscale: #929292. Windows color (decimal): -2728708 or 16538838. OLE color: 16538838.

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

Color convert

RGB 214 92 252 -
CMYK 0.15 0.63 0 0.01
HSL 285.75º 0.96% 0.67% -
HSV(B) 285.75º 0.63% 0.99% -
XYZ 49.13 28.98 95.1 -
YUV 146.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 214 92 252 0.15 0.63 0 0.01 285.75 0.96 0.67
Hex D6 5C FC F 3F 0 1 11E 60 43
Octal 326 134 374 17 77 0 1 436 140 103
Binary 11010110 1011100 11111100 1111 111111 0 1 100011110 1100000 1000011

Color Harmonies of #D65CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CFC

Black with #D65CFC

Text Example


Text Example

White with #D65CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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