Html Css Color HEX #C071FF Heliotrope

📋 copy color: '#C071FF'

red 192 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #C071FF

Tints of Heliotrope #C071FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.54%

R = 34.29%
G = 20.18%
B = 45.54%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C071FF (or 0xC071FF) is known color: Heliotrope. HEX triplet: C0, 71 and FF. RGB value is (192,113,255). Sum of RGB (Red+Green+Blue) = 192+113+255=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #C071FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071FF is #3F8E00. Grayscale: #989898. Windows color (decimal): -4165121 or 16740800. OLE color: 16740800.

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

Color convert

RGB 192 113 255 -
CMYK 0.25 0.56 0 0
HSL 273.38º 1% 0.72% -
HSV(B) 273.38º 0.56% 1% -
XYZ 45.69 30.24 98.04 -
YUV 152.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 192 113 255 0.25 0.56 0 0 273.38 1 0.72
Hex C0 71 FF 19 38 0 0 111 64 48
Octal 300 161 377 31 70 0 0 421 144 110
Binary 11000000 1110001 11111111 11001 111000 0 0 100010001 1100100 1001000

Color Harmonies of #C071FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071FF

Black with #C071FF

Text Example


Text Example

White with #C071FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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