Html Css Color HEX #D65CFB Heliotrope

📋 copy color: '#D65CFB'

red 214 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D65CFB

Tints of Heliotrope #D65CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 38.42%
G = 16.52%
B = 45.06%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D65CFB (or 0xD65CFB) is known color: Heliotrope. HEX triplet: D6, 5C and FB. RGB value is (214,92,251). Sum of RGB (Red+Green+Blue) = 214+92+251=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #D65CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CFB is #29A304. Grayscale: #929292. Windows color (decimal): -2728709 or 16473302. OLE color: 16473302.

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

Color convert

RGB 214 92 251 -
CMYK 0.15 0.63 0 0.02
HSL 286.04º 0.95% 0.67% -
HSV(B) 286.04º 0.63% 0.98% -
XYZ 48.97 28.92 94.27 -
YUV 146.6 186.92 176.07 -
System Red Green Blue C M Y K H S L
Decimal 214 92 251 0.15 0.63 0 0.02 286.04 0.95 0.67
Hex D6 5C FB F 3F 0 2 11E 5F 43
Octal 326 134 373 17 77 0 2 436 137 103
Binary 11010110 1011100 11111011 1111 111111 0 10 100011110 1011111 1000011

Color Harmonies of #D65CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CFB

Black with #D65CFB

Text Example


Text Example

White with #D65CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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