Html Css Color HEX #C075FB Heliotrope

📋 copy color: '#C075FB'

red 192 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #C075FB

Tints of Heliotrope #C075FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 34.29%
G = 20.89%
B = 44.82%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C075FB (or 0xC075FB) is known color: Heliotrope. HEX triplet: C0, 75 and FB. RGB value is (192,117,251). Sum of RGB (Red+Green+Blue) = 192+117+251=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C075FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075FB is #3F8A04. Grayscale: #9A9A9A. Windows color (decimal): -4164101 or 16479680. OLE color: 16479680.

HSL color Cylindrical-coordinate representation of color #C075FB: hue angle of 273.58º degrees, saturation: 0.94, 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 #C075FB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 117 251 -
CMYK 0.24 0.53 0 0.02
HSL 273.58º 0.94% 0.72% -
HSV(B) 273.58º 0.53% 0.98% -
XYZ 45.51 30.89 94.83 -
YUV 154.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 192 117 251 0.24 0.53 0 0.02 273.58 0.94 0.72
Hex C0 75 FB 18 35 0 2 112 5E 48
Octal 300 165 373 30 65 0 2 422 136 110
Binary 11000000 1110101 11111011 11000 110101 0 10 100010010 1011110 1001000

Color Harmonies of #C075FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075FB

Black with #C075FB

Text Example


Text Example

White with #C075FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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