Html Css Color HEX #C075FA Heliotrope

📋 copy color: '#C075FA'

red 192 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #C075FA

Tints of Heliotrope #C075FA

RGB

 RED value IS 192 (75.39% from 255) = 34.35%

 GREEN value IS 117 (46.09% from 255) = 20.93%

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 34.35%
G = 20.93%
B = 44.72%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C075FA (or 0xC075FA) is known color: Heliotrope. HEX triplet: C0, 75 and FA. RGB value is (192,117,250). Sum of RGB (Red+Green+Blue) = 192+117+250=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #C075FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075FA is #3F8A05. Grayscale: #9A9A9A. Windows color (decimal): -4164102 or 16414144. OLE color: 16414144.

HSL color Cylindrical-coordinate representation of color #C075FA: hue angle of 273.83º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C075FA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 117 250 -
CMYK 0.23 0.53 0 0.02
HSL 273.83º 0.93% 0.72% -
HSV(B) 273.83º 0.53% 0.98% -
XYZ 45.35 30.83 94 -
YUV 154.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 192 117 250 0.23 0.53 0 0.02 273.83 0.93 0.72
Hex C0 75 FA 17 35 0 2 112 5D 48
Octal 300 165 372 27 65 0 2 422 135 110
Binary 11000000 1110101 11111010 10111 110101 0 10 100010010 1011101 1001000

Color Harmonies of #C075FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075FA

Black with #C075FA

Text Example


Text Example

White with #C075FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075FA; }

 p { color: rgb(192,117,250); }

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

background-color css

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

 a { background-color: rgb(192,117,250); }

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

border-color css

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

 span { border-color: rgb(192,117,250); }

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