Html Css Color HEX #C165CB Medium Orchid

📋 copy color: '#C165CB'

red 193 ◦ green 101 ◦ blue 203

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

Shades of Medium Orchid #C165CB

Tints of Medium Orchid #C165CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 38.83%
G = 20.32%
B = 40.85%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C165CB (or 0xC165CB) is known color: Medium Orchid. HEX triplet: C1, 65 and CB. RGB value is (193,101,203). Sum of RGB (Red+Green+Blue) = 193+101+203=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C165CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165CB is #3E9A34. Grayscale: #8B8B8B. Windows color (decimal): -4102709 or 13329857. OLE color: 13329857.

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

Color convert

RGB 193 101 203 -
CMYK 0.05 0.50 0 0.20
HSL 294.12º 0.5% 0.6% -
HSV(B) 294.12º 0.5% 0.8% -
XYZ 37.43 24.96 59.34 -
YUV 140.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 193 101 203 0.05 0.50 0 0.20 294.12 0.5 0.6
Hex C1 65 CB 5 32 0 14 126 32 3C
Octal 301 145 313 5 62 0 24 446 62 74
Binary 11000001 1100101 11001011 101 110010 0 10100 100100110 110010 111100

Color Harmonies of #C165CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165CB

Black with #C165CB

Text Example


Text Example

White with #C165CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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