Html Css Color HEX #C75FF1 Heliotrope

📋 copy color: '#C75FF1'

red 199 ◦ green 95 ◦ blue 241

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

Shades of Heliotrope #C75FF1

Tints of Heliotrope #C75FF1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.76%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 37.2%
G = 17.76%
B = 45.05%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C75FF1 (or 0xC75FF1) is known color: Heliotrope. HEX triplet: C7, 5F and F1. RGB value is (199,95,241). Sum of RGB (Red+Green+Blue) = 199+95+241=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #C75FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FF1 is #38A00E. Grayscale: #8E8E8E. Windows color (decimal): -3710991 or 15818695. OLE color: 15818695.

HSL color Cylindrical-coordinate representation of color #C75FF1: hue angle of 282.74º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75FF1 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 95 241 -
CMYK 0.17 0.61 0 0.05
HSL 282.74º 0.84% 0.66% -
HSV(B) 282.74º 0.61% 0.95% -
XYZ 43.52 26.68 86.07 -
YUV 142.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 199 95 241 0.17 0.61 0 0.05 282.74 0.84 0.66
Hex C7 5F F1 11 3D 0 5 11B 54 42
Octal 307 137 361 21 75 0 5 433 124 102
Binary 11000111 1011111 11110001 10001 111101 0 101 100011011 1010100 1000010

Color Harmonies of #C75FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75FF1

Black with #C75FF1

Text Example


Text Example

White with #C75FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75FF1; }

 p { color: rgb(199,95,241); }

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

background-color css

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

 a { background-color: rgb(199,95,241); }

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

border-color css

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

 span { border-color: rgb(199,95,241); }

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