Html Css Color HEX #C165EA Medium Orchid

📋 copy color: '#C165EA'

red 193 ◦ green 101 ◦ blue 234

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

Shades of Medium Orchid #C165EA

Tints of Medium Orchid #C165EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 36.55%
G = 19.13%
B = 44.32%

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

#C165EA (or 0xC165EA) is known color: Medium Orchid. HEX triplet: C1, 65 and EA. RGB value is (193,101,234). Sum of RGB (Red+Green+Blue) = 193+101+234=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #C165EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165EA is #3E9A15. Grayscale: #8F8F8F. Windows color (decimal): -4102678 or 15361473. OLE color: 15361473.

HSL color Cylindrical-coordinate representation of color #C165EA: hue angle of 281.5º degrees, saturation: 0.76, 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 #C165EA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 101 234 -
CMYK 0.18 0.57 0 0.08
HSL 281.5º 0.76% 0.66% -
HSV(B) 281.5º 0.57% 0.92% -
XYZ 41.5 26.59 80.79 -
YUV 143.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 193 101 234 0.18 0.57 0 0.08 281.5 0.76 0.66
Hex C1 65 EA 12 39 0 8 11A 4C 42
Octal 301 145 352 22 71 0 10 432 114 102
Binary 11000001 1100101 11101010 10010 111001 0 1000 100011010 1001100 1000010

Color Harmonies of #C165EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165EA

Black with #C165EA

Text Example


Text Example

White with #C165EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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