Html Css Color HEX #C165EE Medium Orchid

📋 copy color: '#C165EE'

red 193 ◦ green 101 ◦ blue 238

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

Shades of Medium Orchid #C165EE

Tints of Medium Orchid #C165EE

RGB

 RED value IS 193 (75.78% from 255) = 36.28%

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

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

R = 36.28%
G = 18.98%
B = 44.74%

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

#C165EE (or 0xC165EE) is known color: Medium Orchid. HEX triplet: C1, 65 and EE. RGB value is (193,101,238). Sum of RGB (Red+Green+Blue) = 193+101+238=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C165EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165EE is #3E9A11. Grayscale: #8F8F8F. Windows color (decimal): -4102674 or 15623617. OLE color: 15623617.

HSL color Cylindrical-coordinate representation of color #C165EE: hue angle of 280.29º 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 #C165EE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 101 238 -
CMYK 0.19 0.58 0 0.07
HSL 280.29º 0.8% 0.66% -
HSV(B) 280.29º 0.58% 0.93% -
XYZ 42.08 26.82 83.85 -
YUV 144.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 193 101 238 0.19 0.58 0 0.07 280.29 0.8 0.66
Hex C1 65 EE 13 3A 0 7 118 50 42
Octal 301 145 356 23 72 0 7 430 120 102
Binary 11000001 1100101 11101110 10011 111010 0 111 100011000 1010000 1000010

Color Harmonies of #C165EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165EE

Black with #C165EE

Text Example


Text Example

White with #C165EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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