Html Css Color HEX #C270EF Heliotrope

📋 copy color: '#C270EF'

red 194 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #C270EF

Tints of Heliotrope #C270EF

RGB

 RED value IS 194 (76.17% from 255) = 35.6%

 GREEN value IS 112 (44.14% from 255) = 20.55%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 35.6%
G = 20.55%
B = 43.85%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C270EF (or 0xC270EF) is known color: Heliotrope. HEX triplet: C2, 70 and EF. RGB value is (194,112,239). Sum of RGB (Red+Green+Blue) = 194+112+239=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #C270EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270EF is #3D8F10. Grayscale: #969696. Windows color (decimal): -4034321 or 15691970. OLE color: 15691970.

HSL color Cylindrical-coordinate representation of color #C270EF: hue angle of 278.74º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C270EF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 112 239 -
CMYK 0.19 0.53 0 0.06
HSL 278.74º 0.8% 0.69% -
HSV(B) 278.74º 0.53% 0.94% -
XYZ 43.62 29.29 85.02 -
YUV 151 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 194 112 239 0.19 0.53 0 0.06 278.74 0.8 0.69
Hex C2 70 EF 13 35 0 6 117 50 45
Octal 302 160 357 23 65 0 6 427 120 105
Binary 11000010 1110000 11101111 10011 110101 0 110 100010111 1010000 1000101

Color Harmonies of #C270EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270EF

Black with #C270EF

Text Example


Text Example

White with #C270EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270EF; }

 p { color: rgb(194,112,239); }

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

background-color css

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

 a { background-color: rgb(194,112,239); }

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

border-color css

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

 span { border-color: rgb(194,112,239); }

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