Html Css Color HEX #C750FC Heliotrope

📋 copy color: '#C750FC'

red 199 ◦ green 80 ◦ blue 252

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

Shades of Heliotrope #C750FC

Tints of Heliotrope #C750FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 37.48%
G = 15.07%
B = 47.46%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C750FC (or 0xC750FC) is known color: Heliotrope. HEX triplet: C7, 50 and FC. RGB value is (199,80,252). Sum of RGB (Red+Green+Blue) = 199+80+252=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C750FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750FC is #38AF03. Grayscale: #868686. Windows color (decimal): -3714820 or 16535751. OLE color: 16535751.

HSL color Cylindrical-coordinate representation of color #C750FC: hue angle of 281.51º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C750FC is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 80 252 -
CMYK 0.21 0.68 0 0.01
HSL 281.51º 0.97% 0.65% -
HSV(B) 281.51º 0.68% 0.99% -
XYZ 43.99 24.91 94.58 -
YUV 135.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 199 80 252 0.21 0.68 0 0.01 281.51 0.97 0.65
Hex C7 50 FC 15 44 0 1 11A 61 41
Octal 307 120 374 25 104 0 1 432 141 101
Binary 11000111 1010000 11111100 10101 1000100 0 1 100011010 1100001 1000001

Color Harmonies of #C750FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750FC

Black with #C750FC

Text Example


Text Example

White with #C750FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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