Html Css Color HEX #C071CF Medium Orchid

📋 copy color: '#C071CF'

red 192 ◦ green 113 ◦ blue 207

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

Shades of Medium Orchid #C071CF

Tints of Medium Orchid #C071CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 37.5%
G = 22.07%
B = 40.43%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C071CF (or 0xC071CF) is known color: Medium Orchid. HEX triplet: C0, 71 and CF. RGB value is (192,113,207). Sum of RGB (Red+Green+Blue) = 192+113+207=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C071CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071CF is #3F8E30. Grayscale: #939393. Windows color (decimal): -4165169 or 13595072. OLE color: 13595072.

HSL color Cylindrical-coordinate representation of color #C071CF: hue angle of 290.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C071CF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 113 207 -
CMYK 0.07 0.45 0 0.19
HSL 290.43º 0.49% 0.63% -
HSV(B) 290.43º 0.45% 0.81% -
XYZ 38.91 27.52 62.29 -
YUV 147.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 192 113 207 0.07 0.45 0 0.19 290.43 0.49 0.63
Hex C0 71 CF 7 2D 0 13 122 31 3F
Octal 300 161 317 7 55 0 23 442 61 77
Binary 11000000 1110001 11001111 111 101101 0 10011 100100010 110001 111111

Color Harmonies of #C071CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071CF

Black with #C071CF

Text Example


Text Example

White with #C071CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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