Html Css Color HEX #C164CB Medium Orchid

📋 copy color: '#C164CB'

red 193 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #C164CB

Tints of Medium Orchid #C164CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 38.91%
G = 20.16%
B = 40.93%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C164CB (or 0xC164CB) is known color: Medium Orchid. HEX triplet: C1, 64 and CB. RGB value is (193,100,203). Sum of RGB (Red+Green+Blue) = 193+100+203=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C164CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164CB is #3E9B34. Grayscale: #8B8B8B. Windows color (decimal): -4102965 or 13329601. OLE color: 13329601.

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

Color convert

RGB 193 100 203 -
CMYK 0.05 0.51 0 0.20
HSL 294.17º 0.5% 0.59% -
HSV(B) 294.17º 0.51% 0.8% -
XYZ 37.33 24.76 59.31 -
YUV 139.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 193 100 203 0.05 0.51 0 0.20 294.17 0.5 0.59
Hex C1 64 CB 5 33 0 14 126 32 3B
Octal 301 144 313 5 63 0 24 446 62 73
Binary 11000001 1100100 11001011 101 110011 0 10100 100100110 110010 111011

Color Harmonies of #C164CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164CB

Black with #C164CB

Text Example


Text Example

White with #C164CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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