Html Css Color HEX #C072CC Medium Orchid

📋 copy color: '#C072CC'

red 192 ◦ green 114 ◦ blue 204

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

Shades of Medium Orchid #C072CC

Tints of Medium Orchid #C072CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 37.65%
G = 22.35%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C072CC (or 0xC072CC) is known color: Medium Orchid. HEX triplet: C0, 72 and CC. RGB value is (192,114,204). Sum of RGB (Red+Green+Blue) = 192+114+204=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C072CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072CC is #3F8D33. Grayscale: #939393. Windows color (decimal): -4164916 or 13398720. OLE color: 13398720.

HSL color Cylindrical-coordinate representation of color #C072CC: hue angle of 292º degrees, saturation: 0.47, 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 #C072CC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 114 204 -
CMYK 0.06 0.44 0 0.2
HSL 292º 0.47% 0.62% -
HSV(B) 292º 0.44% 0.8% -
XYZ 38.65 27.6 60.42 -
YUV 147.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 192 114 204 0.06 0.44 0 0.2 292 0.47 0.62
Hex C0 72 CC 6 2C 0 14 124 2F 3E
Octal 300 162 314 6 54 0 24 444 57 76
Binary 11000000 1110010 11001100 110 101100 0 10100 100100100 101111 111110

Color Harmonies of #C072CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072CC

Black with #C072CC

Text Example


Text Example

White with #C072CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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