Html Css Color HEX #C75DFE Heliotrope

📋 copy color: '#C75DFE'

red 199 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #C75DFE

Tints of Heliotrope #C75DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.03%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 36.45%
G = 17.03%
B = 46.52%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C75DFE (or 0xC75DFE) is known color: Heliotrope. HEX triplet: C7, 5D and FE. RGB value is (199,93,254). Sum of RGB (Red+Green+Blue) = 199+93+254=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #C75DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75DFE is #38A201. Grayscale: #8E8E8E. Windows color (decimal): -3711490 or 16670151. OLE color: 16670151.

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

Color convert

RGB 199 93 254 -
CMYK 0.22 0.63 0 0.00
HSL 279.5º 0.99% 0.68% -
HSV(B) 279.5º 0.63% 1% -
XYZ 45.36 27.13 96.61 -
YUV 143.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 199 93 254 0.22 0.63 0 0.00 279.5 0.99 0.68
Hex C7 5D FE 16 3F 0 0 118 63 44
Octal 307 135 376 26 77 0 0 430 143 104
Binary 11000111 1011101 11111110 10110 111111 0 0 100011000 1100011 1000100

Color Harmonies of #C75DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75DFE

Black with #C75DFE

Text Example


Text Example

White with #C75DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75DFE; }

 p { color: rgb(199,93,254); }

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

background-color css

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

 a { background-color: rgb(199,93,254); }

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

border-color css

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

 span { border-color: rgb(199,93,254); }

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