Html Css Color HEX #C074FC Heliotrope

📋 copy color: '#C074FC'

red 192 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #C074FC

Tints of Heliotrope #C074FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.71%

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

R = 34.29%
G = 20.71%
B = 45%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C074FC (or 0xC074FC) is known color: Heliotrope. HEX triplet: C0, 74 and FC. RGB value is (192,116,252). Sum of RGB (Red+Green+Blue) = 192+116+252=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #C074FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074FC is #3F8B03. Grayscale: #999999. Windows color (decimal): -4164356 or 16544960. OLE color: 16544960.

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

Color convert

RGB 192 116 252 -
CMYK 0.24 0.54 0 0.01
HSL 273.53º 0.96% 0.72% -
HSV(B) 273.53º 0.54% 0.99% -
XYZ 45.55 30.73 95.63 -
YUV 154.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 192 116 252 0.24 0.54 0 0.01 273.53 0.96 0.72
Hex C0 74 FC 18 36 0 1 112 60 48
Octal 300 164 374 30 66 0 1 422 140 110
Binary 11000000 1110100 11111100 11000 110110 0 1 100010010 1100000 1001000

Color Harmonies of #C074FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074FC

Black with #C074FC

Text Example


Text Example

White with #C074FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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