Html Css Color HEX #C270FA Heliotrope

📋 copy color: '#C270FA'

red 194 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #C270FA

Tints of Heliotrope #C270FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 34.89%
G = 20.14%
B = 44.96%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C270FA (or 0xC270FA) is known color: Heliotrope. HEX triplet: C2, 70 and FA. RGB value is (194,112,250). Sum of RGB (Red+Green+Blue) = 194+112+250=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #C270FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270FA is #3D8F05. Grayscale: #979797. Windows color (decimal): -4034310 or 16412866. OLE color: 16412866.

HSL color Cylindrical-coordinate representation of color #C270FA: hue angle of 275.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C270FA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 112 250 -
CMYK 0.22 0.55 0 0.02
HSL 275.65º 0.93% 0.71% -
HSV(B) 275.65º 0.55% 0.98% -
XYZ 45.3 29.96 93.84 -
YUV 152.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 194 112 250 0.22 0.55 0 0.02 275.65 0.93 0.71
Hex C2 70 FA 16 37 0 2 114 5D 47
Octal 302 160 372 26 67 0 2 424 135 107
Binary 11000010 1110000 11111010 10110 110111 0 10 100010100 1011101 1000111

Color Harmonies of #C270FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270FA

Black with #C270FA

Text Example


Text Example

White with #C270FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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