Html Css Color HEX #C775FB Heliotrope

📋 copy color: '#C775FB'

red 199 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #C775FB

Tints of Heliotrope #C775FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 35.1%
G = 20.63%
B = 44.27%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C775FB (or 0xC775FB) is known color: Heliotrope. HEX triplet: C7, 75 and FB. RGB value is (199,117,251). Sum of RGB (Red+Green+Blue) = 199+117+251=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #C775FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775FB is #388A04. Grayscale: #9C9C9C. Windows color (decimal): -3705349 or 16479687. OLE color: 16479687.

HSL color Cylindrical-coordinate representation of color #C775FB: hue angle of 276.72º degrees, saturation: 0.94, 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 #C775FB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 117 251 -
CMYK 0.21 0.53 0 0.02
HSL 276.72º 0.94% 0.72% -
HSV(B) 276.72º 0.53% 0.98% -
XYZ 47.33 31.83 94.92 -
YUV 156.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 199 117 251 0.21 0.53 0 0.02 276.72 0.94 0.72
Hex C7 75 FB 15 35 0 2 115 5E 48
Octal 307 165 373 25 65 0 2 425 136 110
Binary 11000111 1110101 11111011 10101 110101 0 10 100010101 1011110 1001000

Color Harmonies of #C775FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C775FB

Black with #C775FB

Text Example


Text Example

White with #C775FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C775FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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