Html Css Color HEX #C07AEC Heliotrope

📋 copy color: '#C07AEC'

red 192 ◦ green 122 ◦ blue 236

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

Shades of Heliotrope #C07AEC

Tints of Heliotrope #C07AEC

RGB

 RED value IS 192 (75.39% from 255) = 34.91%

 GREEN value IS 122 (48.05% from 255) = 22.18%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 34.91%
G = 22.18%
B = 42.91%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C07AEC (or 0xC07AEC) is known color: Heliotrope. HEX triplet: C0, 7A and EC. RGB value is (192,122,236). Sum of RGB (Red+Green+Blue) = 192+122+236=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AEC is #3F8513. Grayscale: #9B9B9B. Windows color (decimal): -4162836 or 15497920. OLE color: 15497920.

HSL color Cylindrical-coordinate representation of color #C07AEC: hue angle of 276.84º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07AEC is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 122 236 -
CMYK 0.19 0.48 0 0.07
HSL 276.84º 0.75% 0.7% -
HSV(B) 276.84º 0.48% 0.93% -
XYZ 43.84 31.18 83.07 -
YUV 155.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 192 122 236 0.19 0.48 0 0.07 276.84 0.75 0.7
Hex C0 7A EC 13 30 0 7 115 4B 46
Octal 300 172 354 23 60 0 7 425 113 106
Binary 11000000 1111010 11101100 10011 110000 0 111 100010101 1001011 1000110

Color Harmonies of #C07AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AEC

Black with #C07AEC

Text Example


Text Example

White with #C07AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AEC; }

 p { color: rgb(192,122,236); }

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

background-color css

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

 a { background-color: rgb(192,122,236); }

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

border-color css

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

 span { border-color: rgb(192,122,236); }

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