Html Css Color HEX #C071FE Heliotrope

📋 copy color: '#C071FE'

red 192 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #C071FE

Tints of Heliotrope #C071FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 34.35%
G = 20.21%
B = 45.44%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C071FE (or 0xC071FE) is known color: Heliotrope. HEX triplet: C0, 71 and FE. RGB value is (192,113,254). Sum of RGB (Red+Green+Blue) = 192+113+254=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #C071FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071FE is #3F8E01. Grayscale: #989898. Windows color (decimal): -4165122 or 16675264. OLE color: 16675264.

HSL color Cylindrical-coordinate representation of color #C071FE: hue angle of 273.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C071FE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 113 254 -
CMYK 0.24 0.56 0 0.00
HSL 273.62º 0.99% 0.72% -
HSV(B) 273.62º 0.56% 1% -
XYZ 45.53 30.17 97.19 -
YUV 152.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 192 113 254 0.24 0.56 0 0.00 273.62 0.99 0.72
Hex C0 71 FE 18 38 0 0 112 63 48
Octal 300 161 376 30 70 0 0 422 143 110
Binary 11000000 1110001 11111110 11000 111000 0 0 100010010 1100011 1001000

Color Harmonies of #C071FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071FE

Black with #C071FE

Text Example


Text Example

White with #C071FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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