Html Css Color HEX #C072CF Medium Orchid

📋 copy color: '#C072CF'

red 192 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #C072CF

Tints of Medium Orchid #C072CF

RGB

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

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

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

R = 37.43%
G = 22.22%
B = 40.35%

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

#C072CF (or 0xC072CF) is known color: Medium Orchid. HEX triplet: C0, 72 and CF. RGB value is (192,114,207). Sum of RGB (Red+Green+Blue) = 192+114+207=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C072CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072CF is #3F8D30. Grayscale: #939393. Windows color (decimal): -4164913 or 13595328. OLE color: 13595328.

HSL color Cylindrical-coordinate representation of color #C072CF: hue angle of 290.32º 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 #C072CF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 114 207 -
CMYK 0.07 0.45 0 0.19
HSL 290.32º 0.49% 0.63% -
HSV(B) 290.32º 0.45% 0.81% -
XYZ 39.02 27.75 62.33 -
YUV 147.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 192 114 207 0.07 0.45 0 0.19 290.32 0.49 0.63
Hex C0 72 CF 7 2D 0 13 122 31 3F
Octal 300 162 317 7 55 0 23 442 61 77
Binary 11000000 1110010 11001111 111 101101 0 10011 100100010 110001 111111

Color Harmonies of #C072CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072CF

Black with #C072CF

Text Example


Text Example

White with #C072CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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