Html Css Color HEX #C07CEE Heliotrope

📋 copy color: '#C07CEE'

red 192 ◦ green 124 ◦ blue 238

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

Shades of Heliotrope #C07CEE

Tints of Heliotrope #C07CEE

RGB

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

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

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

R = 34.66%
G = 22.38%
B = 42.96%

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

#C07CEE (or 0xC07CEE) is known color: Heliotrope. HEX triplet: C0, 7C and EE. RGB value is (192,124,238). Sum of RGB (Red+Green+Blue) = 192+124+238=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #C07CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CEE is #3F8311. Grayscale: #9C9C9C. Windows color (decimal): -4162322 or 15629504. OLE color: 15629504.

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

Color convert

RGB 192 124 238 -
CMYK 0.19 0.48 0 0.07
HSL 275.79º 0.77% 0.71% -
HSV(B) 275.79º 0.48% 0.93% -
XYZ 44.38 31.79 84.69 -
YUV 157.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 192 124 238 0.19 0.48 0 0.07 275.79 0.77 0.71
Hex C0 7C EE 13 30 0 7 114 4D 47
Octal 300 174 356 23 60 0 7 424 115 107
Binary 11000000 1111100 11101110 10011 110000 0 111 100010100 1001101 1000111

Color Harmonies of #C07CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CEE

Black with #C07CEE

Text Example


Text Example

White with #C07CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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