Html Css Color HEX #C165DB Medium Orchid

📋 copy color: '#C165DB'

red 193 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #C165DB

Tints of Medium Orchid #C165DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 37.62%
G = 19.69%
B = 42.69%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C165DB (or 0xC165DB) is known color: Medium Orchid. HEX triplet: C1, 65 and DB. RGB value is (193,101,219). Sum of RGB (Red+Green+Blue) = 193+101+219=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C165DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165DB is #3E9A24. Grayscale: #8D8D8D. Windows color (decimal): -4102693 or 14378433. OLE color: 14378433.

HSL color Cylindrical-coordinate representation of color #C165DB: hue angle of 286.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C165DB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 101 219 -
CMYK 0.12 0.54 0 0.14
HSL 286.78º 0.62% 0.63% -
HSV(B) 286.78º 0.54% 0.86% -
XYZ 39.43 25.76 69.91 -
YUV 141.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 193 101 219 0.12 0.54 0 0.14 286.78 0.62 0.63
Hex C1 65 DB C 36 0 E 11F 3E 3F
Octal 301 145 333 14 66 0 16 437 76 77
Binary 11000001 1100101 11011011 1100 110110 0 1110 100011111 111110 111111

Color Harmonies of #C165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165DB

Black with #C165DB

Text Example


Text Example

White with #C165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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