Html Css Color HEX #C043CF Medium Orchid

📋 copy color: '#C043CF'

red 192 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #C043CF

Tints of Medium Orchid #C043CF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.38%

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

R = 41.2%
G = 14.38%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C043CF (or 0xC043CF) is known color: Medium Orchid. HEX triplet: C0, 43 and CF. RGB value is (192,67,207). Sum of RGB (Red+Green+Blue) = 192+67+207=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C043CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043CF is #3FBC30. Grayscale: #777777. Windows color (decimal): -4176945 or 13583296. OLE color: 13583296.

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

Color convert

RGB 192 67 207 -
CMYK 0.07 0.68 0 0.19
HSL 293.57º 0.59% 0.54% -
HSV(B) 293.57º 0.68% 0.81% -
XYZ 35.01 19.73 60.99 -
YUV 120.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 192 67 207 0.07 0.68 0 0.19 293.57 0.59 0.54
Hex C0 43 CF 7 44 0 13 126 3B 36
Octal 300 103 317 7 104 0 23 446 73 66
Binary 11000000 1000011 11001111 111 1000100 0 10011 100100110 111011 110110

Color Harmonies of #C043CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043CF

Black with #C043CF

Text Example


Text Example

White with #C043CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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