Html Css Color HEX #C775FA Heliotrope

📋 copy color: '#C775FA'

red 199 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #C775FA

Tints of Heliotrope #C775FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.67%

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

R = 35.16%
G = 20.67%
B = 44.17%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C775FA (or 0xC775FA) is known color: Heliotrope. HEX triplet: C7, 75 and FA. RGB value is (199,117,250). Sum of RGB (Red+Green+Blue) = 199+117+250=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C775FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775FA is #388A05. Grayscale: #9C9C9C. Windows color (decimal): -3705350 or 16414151. OLE color: 16414151.

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

Color convert

RGB 199 117 250 -
CMYK 0.20 0.53 0 0.02
HSL 276.99º 0.93% 0.72% -
HSV(B) 276.99º 0.53% 0.98% -
XYZ 47.17 31.77 94.09 -
YUV 156.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 199 117 250 0.20 0.53 0 0.02 276.99 0.93 0.72
Hex C7 75 FA 14 35 0 2 115 5D 48
Octal 307 165 372 24 65 0 2 425 135 110
Binary 11000111 1110101 11111010 10100 110101 0 10 100010101 1011101 1001000

Color Harmonies of #C775FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775FA

Black with #C775FA

Text Example


Text Example

White with #C775FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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