Html Css Color HEX #C065EF Medium Orchid

📋 copy color: '#C065EF'

red 192 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #C065EF

Tints of Medium Orchid #C065EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 36.09%
G = 18.98%
B = 44.92%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C065EF (or 0xC065EF) is known color: Medium Orchid. HEX triplet: C0, 65 and EF. RGB value is (192,101,239). Sum of RGB (Red+Green+Blue) = 192+101+239=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C065EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065EF is #3F9A10. Grayscale: #8F8F8F. Windows color (decimal): -4168209 or 15689152. OLE color: 15689152.

HSL color Cylindrical-coordinate representation of color #C065EF: hue angle of 279.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C065EF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 101 239 -
CMYK 0.20 0.58 0 0.06
HSL 279.57º 0.81% 0.67% -
HSV(B) 279.57º 0.58% 0.94% -
XYZ 41.97 26.75 84.61 -
YUV 143.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 192 101 239 0.20 0.58 0 0.06 279.57 0.81 0.67
Hex C0 65 EF 14 3A 0 6 118 51 43
Octal 300 145 357 24 72 0 6 430 121 103
Binary 11000000 1100101 11101111 10100 111010 0 110 100011000 1010001 1000011

Color Harmonies of #C065EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065EF

Black with #C065EF

Text Example


Text Example

White with #C065EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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