Html Css Color HEX #C071CB Medium Orchid

📋 copy color: '#C071CB'

red 192 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #C071CB

Tints of Medium Orchid #C071CB

RGB

 RED value IS 192 (75.39% from 255) = 37.8%

 GREEN value IS 113 (44.53% from 255) = 22.24%

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

R = 37.8%
G = 22.24%
B = 39.96%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C071CB (or 0xC071CB) is known color: Medium Orchid. HEX triplet: C0, 71 and CB. RGB value is (192,113,203). Sum of RGB (Red+Green+Blue) = 192+113+203=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C071CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CB is #3F8E34. Grayscale: #929292. Windows color (decimal): -4165173 or 13332928. OLE color: 13332928.

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

Color convert

RGB 192 113 203 -
CMYK 0.05 0.44 0 0.20
HSL 292.67º 0.46% 0.62% -
HSV(B) 292.67º 0.44% 0.8% -
XYZ 38.42 27.33 59.75 -
YUV 146.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 192 113 203 0.05 0.44 0 0.20 292.67 0.46 0.62
Hex C0 71 CB 5 2C 0 14 125 2E 3E
Octal 300 161 313 5 54 0 24 445 56 76
Binary 11000000 1110001 11001011 101 101100 0 10100 100100101 101110 111110

Color Harmonies of #C071CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071CB

Black with #C071CB

Text Example


Text Example

White with #C071CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071CB; }

 p { color: rgb(192,113,203); }

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

background-color css

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

 a { background-color: rgb(192,113,203); }

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

border-color css

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

 span { border-color: rgb(192,113,203); }

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