Html Css Color HEX #C071FD Heliotrope

📋 copy color: '#C071FD'

red 192 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #C071FD

Tints of Heliotrope #C071FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 34.41%
G = 20.25%
B = 45.34%

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

#C071FD (or 0xC071FD) is known color: Heliotrope. HEX triplet: C0, 71 and FD. RGB value is (192,113,253). Sum of RGB (Red+Green+Blue) = 192+113+253=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C071FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071FD is #3F8E02. Grayscale: #989898. Windows color (decimal): -4165123 or 16609728. OLE color: 16609728.

HSL color Cylindrical-coordinate representation of color #C071FD: hue angle of 273.86º degrees, saturation: 0.97, 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 #C071FD is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 113 253 -
CMYK 0.24 0.55 0 0.01
HSL 273.86º 0.97% 0.72% -
HSV(B) 273.86º 0.55% 0.99% -
XYZ 45.37 30.11 96.35 -
YUV 152.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 192 113 253 0.24 0.55 0 0.01 273.86 0.97 0.72
Hex C0 71 FD 18 37 0 1 112 61 48
Octal 300 161 375 30 67 0 1 422 141 110
Binary 11000000 1110001 11111101 11000 110111 0 1 100010010 1100001 1001000

Color Harmonies of #C071FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071FD

Black with #C071FD

Text Example


Text Example

White with #C071FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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