Html Css Color HEX #C065F5 Heliotrope

📋 copy color: '#C065F5'

red 192 ◦ green 101 ◦ blue 245

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

Shades of Heliotrope #C065F5

Tints of Heliotrope #C065F5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.77%

 BLUE value IS 245 (96.09% from 255) = 45.54%

R = 35.69%
G = 18.77%
B = 45.54%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C065F5 (or 0xC065F5) is known color: Heliotrope. HEX triplet: C0, 65 and F5. RGB value is (192,101,245). Sum of RGB (Red+Green+Blue) = 192+101+245=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #C065F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065F5 is #3F9A0A. Grayscale: #909090. Windows color (decimal): -4168203 or 16082368. OLE color: 16082368.

HSL color Cylindrical-coordinate representation of color #C065F5: hue angle of 277.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C065F5 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 101 245 -
CMYK 0.22 0.59 0 0.04
HSL 277.92º 0.88% 0.68% -
HSV(B) 277.92º 0.59% 0.96% -
XYZ 42.87 27.11 89.36 -
YUV 144.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 192 101 245 0.22 0.59 0 0.04 277.92 0.88 0.68
Hex C0 65 F5 16 3B 0 4 116 58 44
Octal 300 145 365 26 73 0 4 426 130 104
Binary 11000000 1100101 11110101 10110 111011 0 100 100010110 1011000 1000100

Color Harmonies of #C065F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065F5

Black with #C065F5

Text Example


Text Example

White with #C065F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065F5; }

 p { color: rgb(192,101,245); }

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

background-color css

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

 a { background-color: rgb(192,101,245); }

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

border-color css

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

 span { border-color: rgb(192,101,245); }

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