Html Css Color HEX #C764EE Heliotrope

📋 copy color: '#C764EE'

red 199 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #C764EE

Tints of Heliotrope #C764EE

RGB

 RED value IS 199 (78.13% from 255) = 37.06%

 GREEN value IS 100 (39.45% from 255) = 18.62%

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

R = 37.06%
G = 18.62%
B = 44.32%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C764EE (or 0xC764EE) is known color: Heliotrope. HEX triplet: C7, 64 and EE. RGB value is (199,100,238). Sum of RGB (Red+Green+Blue) = 199+100+238=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #C764EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764EE is #389B11. Grayscale: #909090. Windows color (decimal): -3709714 or 15623367. OLE color: 15623367.

HSL color Cylindrical-coordinate representation of color #C764EE: hue angle of 283.04º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C764EE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 100 238 -
CMYK 0.16 0.58 0 0.07
HSL 283.04º 0.8% 0.66% -
HSV(B) 283.04º 0.58% 0.93% -
XYZ 43.54 27.43 83.89 -
YUV 145.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 199 100 238 0.16 0.58 0 0.07 283.04 0.8 0.66
Hex C7 64 EE 10 3A 0 7 11B 50 42
Octal 307 144 356 20 72 0 7 433 120 102
Binary 11000111 1100100 11101110 10000 111010 0 111 100011011 1010000 1000010

Color Harmonies of #C764EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764EE

Black with #C764EE

Text Example


Text Example

White with #C764EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764EE; }

 p { color: rgb(199,100,238); }

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

background-color css

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

 a { background-color: rgb(199,100,238); }

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

border-color css

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

 span { border-color: rgb(199,100,238); }

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