Html Css Color HEX #C165CE Medium Orchid

📋 copy color: '#C165CE'

red 193 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #C165CE

Tints of Medium Orchid #C165CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 38.6%
G = 20.2%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C165CE (or 0xC165CE) is known color: Medium Orchid. HEX triplet: C1, 65 and CE. RGB value is (193,101,206). Sum of RGB (Red+Green+Blue) = 193+101+206=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C165CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165CE is #3E9A31. Grayscale: #8C8C8C. Windows color (decimal): -4102706 or 13526465. OLE color: 13526465.

HSL color Cylindrical-coordinate representation of color #C165CE: hue angle of 292.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C165CE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 101 206 -
CMYK 0.06 0.51 0 0.19
HSL 292.57º 0.52% 0.6% -
HSV(B) 292.57º 0.51% 0.81% -
XYZ 37.79 25.1 61.25 -
YUV 140.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 193 101 206 0.06 0.51 0 0.19 292.57 0.52 0.6
Hex C1 65 CE 6 33 0 13 125 34 3C
Octal 301 145 316 6 63 0 23 445 64 74
Binary 11000001 1100101 11001110 110 110011 0 10011 100100101 110100 111100

Color Harmonies of #C165CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165CE

Black with #C165CE

Text Example


Text Example

White with #C165CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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