Html Css Color HEX #C75AFE Heliotrope

📋 copy color: '#C75AFE'

red 199 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #C75AFE

Tints of Heliotrope #C75AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.57%

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

R = 36.65%
G = 16.57%
B = 46.78%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C75AFE (or 0xC75AFE) is known color: Heliotrope. HEX triplet: C7, 5A and FE. RGB value is (199,90,254). Sum of RGB (Red+Green+Blue) = 199+90+254=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C75AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AFE is #38A501. Grayscale: #8C8C8C. Windows color (decimal): -3712258 or 16669383. OLE color: 16669383.

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

Color convert

RGB 199 90 254 -
CMYK 0.22 0.65 0 0.00
HSL 279.88º 0.99% 0.67% -
HSV(B) 279.88º 0.65% 1% -
XYZ 45.1 26.61 96.53 -
YUV 141.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 199 90 254 0.22 0.65 0 0.00 279.88 0.99 0.67
Hex C7 5A FE 16 41 0 0 118 63 43
Octal 307 132 376 26 101 0 0 430 143 103
Binary 11000111 1011010 11111110 10110 1000001 0 0 100011000 1100011 1000011

Color Harmonies of #C75AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AFE

Black with #C75AFE

Text Example


Text Example

White with #C75AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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