Html Css Color HEX #C780F0 Heliotrope

📋 copy color: '#C780F0'

red 199 ◦ green 128 ◦ blue 240

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

Shades of Heliotrope #C780F0

Tints of Heliotrope #C780F0

RGB

 RED value IS 199 (78.13% from 255) = 35.1%

 GREEN value IS 128 (50.39% from 255) = 22.57%

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 35.1%
G = 22.57%
B = 42.33%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C780F0 (or 0xC780F0) is known color: Heliotrope. HEX triplet: C7, 80 and F0. RGB value is (199,128,240). Sum of RGB (Red+Green+Blue) = 199+128+240=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #C780F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780F0 is #387F0F. Grayscale: #A1A1A1. Windows color (decimal): -3702544 or 15761607. OLE color: 15761607.

HSL color Cylindrical-coordinate representation of color #C780F0: hue angle of 278.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C780F0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 128 240 -
CMYK 0.17 0.47 0 0.06
HSL 278.04º 0.79% 0.72% -
HSV(B) 278.04º 0.47% 0.94% -
XYZ 47 33.87 86.5 -
YUV 162 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 199 128 240 0.17 0.47 0 0.06 278.04 0.79 0.72
Hex C7 80 F0 11 2F 0 6 116 4F 48
Octal 307 200 360 21 57 0 6 426 117 110
Binary 11000111 10000000 11110000 10001 101111 0 110 100010110 1001111 1001000

Color Harmonies of #C780F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780F0

Black with #C780F0

Text Example


Text Example

White with #C780F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780F0; }

 p { color: rgb(199,128,240); }

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

background-color css

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

 a { background-color: rgb(199,128,240); }

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

border-color css

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

 span { border-color: rgb(199,128,240); }

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