Html Css Color HEX #C07AEB Heliotrope

📋 copy color: '#C07AEB'

red 192 ◦ green 122 ◦ blue 235

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

Shades of Heliotrope #C07AEB

Tints of Heliotrope #C07AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 34.97%
G = 22.22%
B = 42.81%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C07AEB (or 0xC07AEB) is known color: Heliotrope. HEX triplet: C0, 7A and EB. RGB value is (192,122,235). Sum of RGB (Red+Green+Blue) = 192+122+235=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #C07AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AEB is #3F8514. Grayscale: #9B9B9B. Windows color (decimal): -4162837 or 15432384. OLE color: 15432384.

HSL color Cylindrical-coordinate representation of color #C07AEB: hue angle of 277.17º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07AEB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 122 235 -
CMYK 0.18 0.48 0 0.08
HSL 277.17º 0.74% 0.7% -
HSV(B) 277.17º 0.48% 0.92% -
XYZ 43.69 31.12 82.3 -
YUV 155.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 192 122 235 0.18 0.48 0 0.08 277.17 0.74 0.7
Hex C0 7A EB 12 30 0 8 115 4A 46
Octal 300 172 353 22 60 0 10 425 112 106
Binary 11000000 1111010 11101011 10010 110000 0 1000 100010101 1001010 1000110

Color Harmonies of #C07AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AEB

Black with #C07AEB

Text Example


Text Example

White with #C07AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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