Html Css Color HEX #C780FA Heliotrope

📋 copy color: '#C780FA'

red 199 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #C780FA

Tints of Heliotrope #C780FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 34.49%
G = 22.18%
B = 43.33%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C780FA (or 0xC780FA) is known color: Heliotrope. HEX triplet: C7, 80 and FA. RGB value is (199,128,250). Sum of RGB (Red+Green+Blue) = 199+128+250=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #C780FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780FA is #387F05. Grayscale: #A2A2A2. Windows color (decimal): -3702534 or 16416967. OLE color: 16416967.

HSL color Cylindrical-coordinate representation of color #C780FA: hue angle of 274.92º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C780FA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 128 250 -
CMYK 0.20 0.49 0 0.02
HSL 274.92º 0.92% 0.74% -
HSV(B) 274.92º 0.49% 0.98% -
XYZ 48.53 34.48 94.54 -
YUV 163.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 199 128 250 0.20 0.49 0 0.02 274.92 0.92 0.74
Hex C7 80 FA 14 31 0 2 113 5C 4A
Octal 307 200 372 24 61 0 2 423 134 112
Binary 11000111 10000000 11111010 10100 110001 0 10 100010011 1011100 1001010

Color Harmonies of #C780FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780FA

Black with #C780FA

Text Example


Text Example

White with #C780FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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