Html Css Color HEX #C75EFE Heliotrope

📋 copy color: '#C75EFE'

red 199 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #C75EFE

Tints of Heliotrope #C75EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

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

R = 36.38%
G = 17.18%
B = 46.44%

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

#C75EFE (or 0xC75EFE) is known color: Heliotrope. HEX triplet: C7, 5E and FE. RGB value is (199,94,254). Sum of RGB (Red+Green+Blue) = 199+94+254=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C75EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EFE is #38A101. Grayscale: #8F8F8F. Windows color (decimal): -3711234 or 16670407. OLE color: 16670407.

HSL color Cylindrical-coordinate representation of color #C75EFE: hue angle of 279.38º 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 #C75EFE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 94 254 -
CMYK 0.22 0.63 0 0.00
HSL 279.38º 0.99% 0.68% -
HSV(B) 279.38º 0.63% 1% -
XYZ 45.45 27.3 96.64 -
YUV 143.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 199 94 254 0.22 0.63 0 0.00 279.38 0.99 0.68
Hex C7 5E FE 16 3F 0 0 117 63 44
Octal 307 136 376 26 77 0 0 427 143 104
Binary 11000111 1011110 11111110 10110 111111 0 0 100010111 1100011 1000100

Color Harmonies of #C75EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EFE

Black with #C75EFE

Text Example


Text Example

White with #C75EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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