Html Css Color HEX #C75FFE Heliotrope

📋 copy color: '#C75FFE'

red 199 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #C75FFE

Tints of Heliotrope #C75FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.34%

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

R = 36.31%
G = 17.34%
B = 46.35%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C75FFE (or 0xC75FFE) is known color: Heliotrope. HEX triplet: C7, 5F and FE. RGB value is (199,95,254). Sum of RGB (Red+Green+Blue) = 199+95+254=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C75FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FFE is #38A001. Grayscale: #8F8F8F. Windows color (decimal): -3710978 or 16670663. OLE color: 16670663.

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

Color convert

RGB 199 95 254 -
CMYK 0.22 0.63 0 0.00
HSL 279.25º 0.99% 0.68% -
HSV(B) 279.25º 0.63% 1% -
XYZ 45.53 27.48 96.67 -
YUV 144.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 199 95 254 0.22 0.63 0 0.00 279.25 0.99 0.68
Hex C7 5F FE 16 3F 0 0 117 63 44
Octal 307 137 376 26 77 0 0 427 143 104
Binary 11000111 1011111 11111110 10110 111111 0 0 100010111 1100011 1000100

Color Harmonies of #C75FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FFE

Black with #C75FFE

Text Example


Text Example

White with #C75FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FFE; }

 p { color: rgb(199,95,254); }

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

background-color css

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

 a { background-color: rgb(199,95,254); }

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

border-color css

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

 span { border-color: rgb(199,95,254); }

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