Html Css Color HEX #C07AED Heliotrope

📋 copy color: '#C07AED'

red 192 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #C07AED

Tints of Heliotrope #C07AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 34.85%
G = 22.14%
B = 43.01%

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

#C07AED (or 0xC07AED) is known color: Heliotrope. HEX triplet: C0, 7A and ED. RGB value is (192,122,237). Sum of RGB (Red+Green+Blue) = 192+122+237=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AED is #3F8512. Grayscale: #9B9B9B. Windows color (decimal): -4162835 or 15563456. OLE color: 15563456.

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

Color convert

RGB 192 122 237 -
CMYK 0.19 0.49 0 0.07
HSL 276.52º 0.76% 0.7% -
HSV(B) 276.52º 0.49% 0.93% -
XYZ 43.98 31.24 83.83 -
YUV 156.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 192 122 237 0.19 0.49 0 0.07 276.52 0.76 0.7
Hex C0 7A ED 13 31 0 7 115 4C 46
Octal 300 172 355 23 61 0 7 425 114 106
Binary 11000000 1111010 11101101 10011 110001 0 111 100010101 1001100 1000110

Color Harmonies of #C07AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AED

Black with #C07AED

Text Example


Text Example

White with #C07AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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