Html Css Color HEX #C270FB Heliotrope

📋 copy color: '#C270FB'

red 194 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #C270FB

Tints of Heliotrope #C270FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 34.83%
G = 20.11%
B = 45.06%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C270FB (or 0xC270FB) is known color: Heliotrope. HEX triplet: C2, 70 and FB. RGB value is (194,112,251). Sum of RGB (Red+Green+Blue) = 194+112+251=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C270FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270FB is #3D8F04. Grayscale: #979797. Windows color (decimal): -4034309 or 16478402. OLE color: 16478402.

HSL color Cylindrical-coordinate representation of color #C270FB: hue angle of 275.4º degrees, saturation: 0.95, 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 #C270FB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 112 251 -
CMYK 0.23 0.55 0 0.02
HSL 275.4º 0.95% 0.71% -
HSV(B) 275.4º 0.55% 0.98% -
XYZ 45.45 30.02 94.67 -
YUV 152.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 194 112 251 0.23 0.55 0 0.02 275.4 0.95 0.71
Hex C2 70 FB 17 37 0 2 113 5F 47
Octal 302 160 373 27 67 0 2 423 137 107
Binary 11000010 1110000 11111011 10111 110111 0 10 100010011 1011111 1000111

Color Harmonies of #C270FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270FB

Black with #C270FB

Text Example


Text Example

White with #C270FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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