Html Css Color HEX #C750FD Heliotrope

📋 copy color: '#C750FD'

red 199 ◦ green 80 ◦ blue 253

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

Shades of Heliotrope #C750FD

Tints of Heliotrope #C750FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 37.41%
G = 15.04%
B = 47.56%

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

#C750FD (or 0xC750FD) is known color: Heliotrope. HEX triplet: C7, 50 and FD. RGB value is (199,80,253). Sum of RGB (Red+Green+Blue) = 199+80+253=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #C750FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C750FD is #38AF02. Grayscale: #868686. Windows color (decimal): -3714819 or 16601287. OLE color: 16601287.

HSL color Cylindrical-coordinate representation of color #C750FD: hue angle of 281.27º degrees, saturation: 0.98, 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 #C750FD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 80 253 -
CMYK 0.21 0.68 0 0.01
HSL 281.27º 0.98% 0.65% -
HSV(B) 281.27º 0.68% 0.99% -
XYZ 44.15 24.97 95.42 -
YUV 135.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 199 80 253 0.21 0.68 0 0.01 281.27 0.98 0.65
Hex C7 50 FD 15 44 0 1 119 62 41
Octal 307 120 375 25 104 0 1 431 142 101
Binary 11000111 1010000 11111101 10101 1000100 0 1 100011001 1100010 1000001

Color Harmonies of #C750FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750FD

Black with #C750FD

Text Example


Text Example

White with #C750FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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