Html Css Color HEX #C75EFD Heliotrope

📋 copy color: '#C75EFD'

red 199 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #C75EFD

Tints of Heliotrope #C75EFD

RGB

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

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

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

R = 36.45%
G = 17.22%
B = 46.34%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C75EFD (or 0xC75EFD) is known color: Heliotrope. HEX triplet: C7, 5E and FD. RGB value is (199,94,253). Sum of RGB (Red+Green+Blue) = 199+94+253=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #C75EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EFD is #38A102. Grayscale: #8E8E8E. Windows color (decimal): -3711235 or 16604871. OLE color: 16604871.

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

Color convert

RGB 199 94 253 -
CMYK 0.21 0.63 0 0.01
HSL 279.62º 0.98% 0.68% -
HSV(B) 279.62º 0.63% 0.99% -
XYZ 45.29 27.24 95.8 -
YUV 143.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 199 94 253 0.21 0.63 0 0.01 279.62 0.98 0.68
Hex C7 5E FD 15 3F 0 1 118 62 44
Octal 307 136 375 25 77 0 1 430 142 104
Binary 11000111 1011110 11111101 10101 111111 0 1 100011000 1100010 1000100

Color Harmonies of #C75EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75EFD

Black with #C75EFD

Text Example


Text Example

White with #C75EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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