Html Css Color HEX #C75CFF Heliotrope

📋 copy color: '#C75CFF'

red 199 ◦ green 92 ◦ blue 255

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

Shades of Heliotrope #C75CFF

Tints of Heliotrope #C75CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.85%

 BLUE value IS 255 (100% from 255) = 46.7%

R = 36.45%
G = 16.85%
B = 46.7%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C75CFF (or 0xC75CFF) is known color: Heliotrope. HEX triplet: C7, 5C and FF. RGB value is (199,92,255). Sum of RGB (Red+Green+Blue) = 199+92+255=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C75CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CFF is #38A300. Grayscale: #8E8E8E. Windows color (decimal): -3711745 or 16735431. OLE color: 16735431.

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

Color convert

RGB 199 92 255 -
CMYK 0.22 0.64 0 0
HSL 279.39º 1% 0.68% -
HSV(B) 279.39º 0.64% 1% -
XYZ 45.43 27.02 97.43 -
YUV 142.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 199 92 255 0.22 0.64 0 0 279.39 1 0.68
Hex C7 5C FF 16 40 0 0 117 64 44
Octal 307 134 377 26 100 0 0 427 144 104
Binary 11000111 1011100 11111111 10110 1000000 0 0 100010111 1100100 1000100

Color Harmonies of #C75CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CFF

Black with #C75CFF

Text Example


Text Example

White with #C75CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CFF; }

 p { color: rgb(199,92,255); }

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

background-color css

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

 a { background-color: rgb(199,92,255); }

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

border-color css

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

 span { border-color: rgb(199,92,255); }

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