Html Css Color HEX #C07CEC Heliotrope

📋 copy color: '#C07CEC'

red 192 ◦ green 124 ◦ blue 236

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

Shades of Heliotrope #C07CEC

Tints of Heliotrope #C07CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

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

R = 34.78%
G = 22.46%
B = 42.75%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C07CEC (or 0xC07CEC) is known color: Heliotrope. HEX triplet: C0, 7C and EC. RGB value is (192,124,236). Sum of RGB (Red+Green+Blue) = 192+124+236=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #C07CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CEC is #3F8313. Grayscale: #9C9C9C. Windows color (decimal): -4162324 or 15498432. OLE color: 15498432.

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

Color convert

RGB 192 124 236 -
CMYK 0.19 0.47 0 0.07
HSL 276.43º 0.75% 0.71% -
HSV(B) 276.43º 0.47% 0.93% -
XYZ 44.09 31.68 83.15 -
YUV 157.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 192 124 236 0.19 0.47 0 0.07 276.43 0.75 0.71
Hex C0 7C EC 13 2F 0 7 114 4B 47
Octal 300 174 354 23 57 0 7 424 113 107
Binary 11000000 1111100 11101100 10011 101111 0 111 100010100 1001011 1000111

Color Harmonies of #C07CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CEC

Black with #C07CEC

Text Example


Text Example

White with #C07CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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