Html Css Color HEX #C072FE Heliotrope

📋 copy color: '#C072FE'

red 192 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #C072FE

Tints of Heliotrope #C072FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.36%

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 34.29%
G = 20.36%
B = 45.36%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C072FE (or 0xC072FE) is known color: Heliotrope. HEX triplet: C0, 72 and FE. RGB value is (192,114,254). Sum of RGB (Red+Green+Blue) = 192+114+254=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #C072FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072FE is #3F8D01. Grayscale: #989898. Windows color (decimal): -4164866 or 16675520. OLE color: 16675520.

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

Color convert

RGB 192 114 254 -
CMYK 0.24 0.55 0 0.00
HSL 273.43º 0.99% 0.72% -
HSV(B) 273.43º 0.55% 1% -
XYZ 45.64 30.4 97.23 -
YUV 153.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 192 114 254 0.24 0.55 0 0.00 273.43 0.99 0.72
Hex C0 72 FE 18 37 0 0 111 63 48
Octal 300 162 376 30 67 0 0 421 143 110
Binary 11000000 1110010 11111110 11000 110111 0 0 100010001 1100011 1001000

Color Harmonies of #C072FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072FE

Black with #C072FE

Text Example


Text Example

White with #C072FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072FE; }

 p { color: rgb(192,114,254); }

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

background-color css

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

 a { background-color: rgb(192,114,254); }

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

border-color css

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

 span { border-color: rgb(192,114,254); }

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