Html Css Color HEX #C165CD Medium Orchid

📋 copy color: '#C165CD'

red 193 ◦ green 101 ◦ blue 205

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

Shades of Medium Orchid #C165CD

Tints of Medium Orchid #C165CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 38.68%
G = 20.24%
B = 41.08%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C165CD (or 0xC165CD) is known color: Medium Orchid. HEX triplet: C1, 65 and CD. RGB value is (193,101,205). Sum of RGB (Red+Green+Blue) = 193+101+205=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C165CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165CD is #3E9A32. Grayscale: #8C8C8C. Windows color (decimal): -4102707 or 13460929. OLE color: 13460929.

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

Color convert

RGB 193 101 205 -
CMYK 0.06 0.51 0 0.20
HSL 293.08º 0.51% 0.6% -
HSV(B) 293.08º 0.51% 0.8% -
XYZ 37.67 25.05 60.61 -
YUV 140.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 193 101 205 0.06 0.51 0 0.20 293.08 0.51 0.6
Hex C1 65 CD 6 33 0 14 125 33 3C
Octal 301 145 315 6 63 0 24 445 63 74
Binary 11000001 1100101 11001101 110 110011 0 10100 100100101 110011 111100

Color Harmonies of #C165CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165CD

Black with #C165CD

Text Example


Text Example

White with #C165CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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