Html Css Color HEX #C071EC Heliotrope

📋 copy color: '#C071EC'

red 192 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #C071EC

Tints of Heliotrope #C071EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.89%

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

R = 35.49%
G = 20.89%
B = 43.62%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C071EC (or 0xC071EC) is known color: Heliotrope. HEX triplet: C0, 71 and EC. RGB value is (192,113,236). Sum of RGB (Red+Green+Blue) = 192+113+236=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #C071EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071EC is #3F8E13. Grayscale: #969696. Windows color (decimal): -4165140 or 15495616. OLE color: 15495616.

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

Color convert

RGB 192 113 236 -
CMYK 0.19 0.52 0 0.07
HSL 278.54º 0.76% 0.68% -
HSV(B) 278.54º 0.52% 0.93% -
XYZ 42.78 29.07 82.71 -
YUV 150.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 192 113 236 0.19 0.52 0 0.07 278.54 0.76 0.68
Hex C0 71 EC 13 34 0 7 117 4C 44
Octal 300 161 354 23 64 0 7 427 114 104
Binary 11000000 1110001 11101100 10011 110100 0 111 100010111 1001100 1000100

Color Harmonies of #C071EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071EC

Black with #C071EC

Text Example


Text Example

White with #C071EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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