Html Css Color HEX #C071FC Heliotrope

📋 copy color: '#C071FC'

red 192 ◦ green 113 ◦ blue 252

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

Shades of Heliotrope #C071FC

Tints of Heliotrope #C071FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 34.47%
G = 20.29%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C071FC (or 0xC071FC) is known color: Heliotrope. HEX triplet: C0, 71 and FC. RGB value is (192,113,252). Sum of RGB (Red+Green+Blue) = 192+113+252=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C071FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071FC is #3F8E03. Grayscale: #979797. Windows color (decimal): -4165124 or 16544192. OLE color: 16544192.

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

Color convert

RGB 192 113 252 -
CMYK 0.24 0.55 0 0.01
HSL 274.1º 0.96% 0.72% -
HSV(B) 274.1º 0.55% 0.99% -
XYZ 45.21 30.05 95.51 -
YUV 152.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 192 113 252 0.24 0.55 0 0.01 274.1 0.96 0.72
Hex C0 71 FC 18 37 0 1 112 60 48
Octal 300 161 374 30 67 0 1 422 140 110
Binary 11000000 1110001 11111100 11000 110111 0 1 100010010 1100000 1001000

Color Harmonies of #C071FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071FC

Black with #C071FC

Text Example


Text Example

White with #C071FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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