Html Css Color HEX #C165EB Medium Orchid

📋 copy color: '#C165EB'

red 193 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #C165EB

Tints of Medium Orchid #C165EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 36.48%
G = 19.09%
B = 44.42%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C165EB (or 0xC165EB) is known color: Medium Orchid. HEX triplet: C1, 65 and EB. RGB value is (193,101,235). Sum of RGB (Red+Green+Blue) = 193+101+235=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C165EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165EB is #3E9A14. Grayscale: #8F8F8F. Windows color (decimal): -4102677 or 15427009. OLE color: 15427009.

HSL color Cylindrical-coordinate representation of color #C165EB: hue angle of 281.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C165EB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 101 235 -
CMYK 0.18 0.57 0 0.08
HSL 281.19º 0.77% 0.66% -
HSV(B) 281.19º 0.57% 0.92% -
XYZ 41.64 26.64 81.55 -
YUV 143.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 193 101 235 0.18 0.57 0 0.08 281.19 0.77 0.66
Hex C1 65 EB 12 39 0 8 119 4D 42
Octal 301 145 353 22 71 0 10 431 115 102
Binary 11000001 1100101 11101011 10010 111001 0 1000 100011001 1001101 1000010

Color Harmonies of #C165EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165EB

Black with #C165EB

Text Example


Text Example

White with #C165EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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