Html Css Color HEX #C770EE Heliotrope

📋 copy color: '#C770EE'

red 199 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #C770EE

Tints of Heliotrope #C770EE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.4%

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

R = 36.25%
G = 20.4%
B = 43.35%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C770EE (or 0xC770EE) is known color: Heliotrope. HEX triplet: C7, 70 and EE. RGB value is (199,112,238). Sum of RGB (Red+Green+Blue) = 199+112+238=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C770EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770EE is #388F11. Grayscale: #979797. Windows color (decimal): -3706642 or 15626439. OLE color: 15626439.

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

Color convert

RGB 199 112 238 -
CMYK 0.16 0.53 0 0.07
HSL 281.43º 0.79% 0.69% -
HSV(B) 281.43º 0.53% 0.93% -
XYZ 44.78 29.9 84.3 -
YUV 152.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 199 112 238 0.16 0.53 0 0.07 281.43 0.79 0.69
Hex C7 70 EE 10 35 0 7 119 4F 45
Octal 307 160 356 20 65 0 7 431 117 105
Binary 11000111 1110000 11101110 10000 110101 0 111 100011001 1001111 1000101

Color Harmonies of #C770EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770EE

Black with #C770EE

Text Example


Text Example

White with #C770EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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