Html Css Color HEX #D65CEE Heliotrope

📋 copy color: '#D65CEE'

red 214 ◦ green 92 ◦ blue 238

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

Shades of Heliotrope #D65CEE

Tints of Heliotrope #D65CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.75%

R = 39.34%
G = 16.91%
B = 43.75%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D65CEE (or 0xD65CEE) is known color: Heliotrope. HEX triplet: D6, 5C and EE. RGB value is (214,92,238). Sum of RGB (Red+Green+Blue) = 214+92+238=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #D65CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65CEE is #29A311. Grayscale: #909090. Windows color (decimal): -2728722 or 15621334. OLE color: 15621334.

HSL color Cylindrical-coordinate representation of color #D65CEE: hue angle of 290.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65CEE is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 92 238 -
CMYK 0.10 0.61 0 0.07
HSL 290.14º 0.81% 0.65% -
HSV(B) 290.14º 0.61% 0.93% -
XYZ 46.99 28.12 83.84 -
YUV 145.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 214 92 238 0.10 0.61 0 0.07 290.14 0.81 0.65
Hex D6 5C EE A 3D 0 7 122 51 41
Octal 326 134 356 12 75 0 7 442 121 101
Binary 11010110 1011100 11101110 1010 111101 0 111 100100010 1010001 1000001

Color Harmonies of #D65CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CEE

Black with #D65CEE

Text Example


Text Example

White with #D65CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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