Html Css Color HEX #C073FD Heliotrope

📋 copy color: '#C073FD'

red 192 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #C073FD

Tints of Heliotrope #C073FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.54%

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

R = 34.29%
G = 20.54%
B = 45.18%

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

#C073FD (or 0xC073FD) is known color: Heliotrope. HEX triplet: C0, 73 and FD. RGB value is (192,115,253). Sum of RGB (Red+Green+Blue) = 192+115+253=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C073FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073FD is #3F8C02. Grayscale: #999999. Windows color (decimal): -4164611 or 16610240. OLE color: 16610240.

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

Color convert

RGB 192 115 253 -
CMYK 0.24 0.55 0 0.01
HSL 273.48º 0.97% 0.72% -
HSV(B) 273.48º 0.55% 0.99% -
XYZ 45.6 30.56 96.42 -
YUV 153.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 192 115 253 0.24 0.55 0 0.01 273.48 0.97 0.72
Hex C0 73 FD 18 37 0 1 111 61 48
Octal 300 163 375 30 67 0 1 421 141 110
Binary 11000000 1110011 11111101 11000 110111 0 1 100010001 1100001 1001000

Color Harmonies of #C073FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073FD

Black with #C073FD

Text Example


Text Example

White with #C073FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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