Html Css Color HEX #C075FD Heliotrope

📋 copy color: '#C075FD'

red 192 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #C075FD

Tints of Heliotrope #C075FD

RGB

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

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

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

R = 34.16%
G = 20.82%
B = 45.02%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C075FD (or 0xC075FD) is known color: Heliotrope. HEX triplet: C0, 75 and FD. RGB value is (192,117,253). Sum of RGB (Red+Green+Blue) = 192+117+253=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C075FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075FD is #3F8A02. Grayscale: #9A9A9A. Windows color (decimal): -4164099 or 16610752. OLE color: 16610752.

HSL color Cylindrical-coordinate representation of color #C075FD: hue angle of 273.09º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C075FD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 117 253 -
CMYK 0.24 0.54 0 0.01
HSL 273.09º 0.97% 0.73% -
HSV(B) 273.09º 0.54% 0.99% -
XYZ 45.83 31.02 96.5 -
YUV 154.93 183.35 154.44 -
System Red Green Blue C M Y K H S L
Decimal 192 117 253 0.24 0.54 0 0.01 273.09 0.97 0.73
Hex C0 75 FD 18 36 0 1 111 61 49
Octal 300 165 375 30 66 0 1 421 141 111
Binary 11000000 1110101 11111101 11000 110110 0 1 100010001 1100001 1001001

Color Harmonies of #C075FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C075FD

Black with #C075FD

Text Example


Text Example

White with #C075FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C075FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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