Html Css Color HEX #C07AEE Heliotrope

📋 copy color: '#C07AEE'

red 192 ◦ green 122 ◦ blue 238

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

Shades of Heliotrope #C07AEE

Tints of Heliotrope #C07AEE

RGB

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

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

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

R = 34.78%
G = 22.1%
B = 43.12%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C07AEE (or 0xC07AEE) is known color: Heliotrope. HEX triplet: C0, 7A and EE. RGB value is (192,122,238). Sum of RGB (Red+Green+Blue) = 192+122+238=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #C07AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AEE is #3F8511. Grayscale: #9B9B9B. Windows color (decimal): -4162834 or 15628992. OLE color: 15628992.

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

Color convert

RGB 192 122 238 -
CMYK 0.19 0.49 0 0.07
HSL 276.21º 0.77% 0.71% -
HSV(B) 276.21º 0.49% 0.93% -
XYZ 44.13 31.3 84.6 -
YUV 156.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 192 122 238 0.19 0.49 0 0.07 276.21 0.77 0.71
Hex C0 7A EE 13 31 0 7 114 4D 47
Octal 300 172 356 23 61 0 7 424 115 107
Binary 11000000 1111010 11101110 10011 110001 0 111 100010100 1001101 1000111

Color Harmonies of #C07AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AEE

Black with #C07AEE

Text Example


Text Example

White with #C07AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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