Html Css Color HEX #C072CD Medium Orchid

📋 copy color: '#C072CD'

red 192 ◦ green 114 ◦ blue 205

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

Shades of Medium Orchid #C072CD

Tints of Medium Orchid #C072CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.31%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 37.57%
G = 22.31%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C072CD (or 0xC072CD) is known color: Medium Orchid. HEX triplet: C0, 72 and CD. RGB value is (192,114,205). Sum of RGB (Red+Green+Blue) = 192+114+205=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C072CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072CD is #3F8D32. Grayscale: #939393. Windows color (decimal): -4164915 or 13464256. OLE color: 13464256.

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

Color convert

RGB 192 114 205 -
CMYK 0.06 0.44 0 0.20
HSL 291.43º 0.48% 0.63% -
HSV(B) 291.43º 0.44% 0.8% -
XYZ 38.77 27.65 61.05 -
YUV 147.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 192 114 205 0.06 0.44 0 0.20 291.43 0.48 0.63
Hex C0 72 CD 6 2C 0 14 123 30 3F
Octal 300 162 315 6 54 0 24 443 60 77
Binary 11000000 1110010 11001101 110 101100 0 10100 100100011 110000 111111

Color Harmonies of #C072CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072CD

Black with #C072CD

Text Example


Text Example

White with #C072CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072CD; }

 p { color: rgb(192,114,205); }

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

background-color css

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

 a { background-color: rgb(192,114,205); }

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

border-color css

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

 span { border-color: rgb(192,114,205); }

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