Html Css Color HEX #C065EE Medium Orchid

📋 copy color: '#C065EE'

red 192 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #C065EE

Tints of Medium Orchid #C065EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 36.16%
G = 19.02%
B = 44.82%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C065EE (or 0xC065EE) is known color: Medium Orchid. HEX triplet: C0, 65 and EE. RGB value is (192,101,238). Sum of RGB (Red+Green+Blue) = 192+101+238=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C065EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065EE is #3F9A11. Grayscale: #8F8F8F. Windows color (decimal): -4168210 or 15623616. OLE color: 15623616.

HSL color Cylindrical-coordinate representation of color #C065EE: hue angle of 279.85º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C065EE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 101 238 -
CMYK 0.19 0.58 0 0.07
HSL 279.85º 0.8% 0.66% -
HSV(B) 279.85º 0.58% 0.93% -
XYZ 41.82 26.69 83.84 -
YUV 143.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 192 101 238 0.19 0.58 0 0.07 279.85 0.8 0.66
Hex C0 65 EE 13 3A 0 7 118 50 42
Octal 300 145 356 23 72 0 7 430 120 102
Binary 11000000 1100101 11101110 10011 111010 0 111 100011000 1010000 1000010

Color Harmonies of #C065EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065EE

Black with #C065EE

Text Example


Text Example

White with #C065EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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