Html Css Color HEX #C750FF Heliotrope

📋 copy color: '#C750FF'

red 199 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #C750FF

Tints of Heliotrope #C750FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.98%

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

R = 37.27%
G = 14.98%
B = 47.75%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C750FF (or 0xC750FF) is known color: Heliotrope. HEX triplet: C7, 50 and FF. RGB value is (199,80,255). Sum of RGB (Red+Green+Blue) = 199+80+255=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #C750FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750FF is #38AF00. Grayscale: #868686. Windows color (decimal): -3714817 or 16732359. OLE color: 16732359.

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

Color convert

RGB 199 80 255 -
CMYK 0.22 0.69 0 0
HSL 280.8º 1% 0.66% -
HSV(B) 280.8º 0.69% 1% -
XYZ 44.47 25.1 97.11 -
YUV 135.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 199 80 255 0.22 0.69 0 0 280.8 1 0.66
Hex C7 50 FF 16 45 0 0 119 64 42
Octal 307 120 377 26 105 0 0 431 144 102
Binary 11000111 1010000 11111111 10110 1000101 0 0 100011001 1100100 1000010

Color Harmonies of #C750FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750FF

Black with #C750FF

Text Example


Text Example

White with #C750FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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