Html Css Color HEX #C75CFD Heliotrope

📋 copy color: '#C75CFD'

red 199 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #C75CFD

Tints of Heliotrope #C75CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

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

R = 36.58%
G = 16.91%
B = 46.51%

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

#C75CFD (or 0xC75CFD) is known color: Heliotrope. HEX triplet: C7, 5C and FD. RGB value is (199,92,253). Sum of RGB (Red+Green+Blue) = 199+92+253=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C75CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CFD is #38A302. Grayscale: #8D8D8D. Windows color (decimal): -3711747 or 16604359. OLE color: 16604359.

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

Color convert

RGB 199 92 253 -
CMYK 0.21 0.64 0 0.01
HSL 279.88º 0.98% 0.68% -
HSV(B) 279.88º 0.64% 0.99% -
XYZ 45.11 26.89 95.74 -
YUV 142.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 199 92 253 0.21 0.64 0 0.01 279.88 0.98 0.68
Hex C7 5C FD 15 40 0 1 118 62 44
Octal 307 134 375 25 100 0 1 430 142 104
Binary 11000111 1011100 11111101 10101 1000000 0 1 100011000 1100010 1000100

Color Harmonies of #C75CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75CFD

Black with #C75CFD

Text Example


Text Example

White with #C75CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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