Html Css Color HEX #C073CF Medium Orchid

📋 copy color: '#C073CF'

red 192 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #C073CF

Tints of Medium Orchid #C073CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

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

R = 37.35%
G = 22.37%
B = 40.27%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C073CF (or 0xC073CF) is known color: Medium Orchid. HEX triplet: C0, 73 and CF. RGB value is (192,115,207). Sum of RGB (Red+Green+Blue) = 192+115+207=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C073CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CF is #3F8C30. Grayscale: #949494. Windows color (decimal): -4164657 or 13595584. OLE color: 13595584.

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

Color convert

RGB 192 115 207 -
CMYK 0.07 0.44 0 0.19
HSL 290.22º 0.49% 0.63% -
HSV(B) 290.22º 0.44% 0.81% -
XYZ 39.13 27.97 62.37 -
YUV 148.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 192 115 207 0.07 0.44 0 0.19 290.22 0.49 0.63
Hex C0 73 CF 7 2C 0 13 122 31 3F
Octal 300 163 317 7 54 0 23 442 61 77
Binary 11000000 1110011 11001111 111 101100 0 10011 100100010 110001 111111

Color Harmonies of #C073CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073CF

Black with #C073CF

Text Example


Text Example

White with #C073CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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