Html Css Color HEX #C75AFD Heliotrope

📋 copy color: '#C75AFD'

red 199 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #C75AFD

Tints of Heliotrope #C75AFD

RGB

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

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

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

R = 36.72%
G = 16.61%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C75AFD (or 0xC75AFD) is known color: Heliotrope. HEX triplet: C7, 5A and FD. RGB value is (199,90,253). Sum of RGB (Red+Green+Blue) = 199+90+253=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #C75AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AFD is #38A502. Grayscale: #8C8C8C. Windows color (decimal): -3712259 or 16603847. OLE color: 16603847.

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

Color convert

RGB 199 90 253 -
CMYK 0.21 0.64 0 0.01
HSL 280.12º 0.98% 0.67% -
HSV(B) 280.12º 0.64% 0.99% -
XYZ 44.94 26.55 95.68 -
YUV 141.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 199 90 253 0.21 0.64 0 0.01 280.12 0.98 0.67
Hex C7 5A FD 15 40 0 1 118 62 43
Octal 307 132 375 25 100 0 1 430 142 103
Binary 11000111 1011010 11111101 10101 1000000 0 1 100011000 1100010 1000011

Color Harmonies of #C75AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AFD

Black with #C75AFD

Text Example


Text Example

White with #C75AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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