Html Css Color HEX #C045CF Medium Orchid

📋 copy color: '#C045CF'

red 192 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #C045CF

Tints of Medium Orchid #C045CF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.74%

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

R = 41.03%
G = 14.74%
B = 44.23%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C045CF (or 0xC045CF) is known color: Medium Orchid. HEX triplet: C0, 45 and CF. RGB value is (192,69,207). Sum of RGB (Red+Green+Blue) = 192+69+207=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C045CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CF is #3FBA30. Grayscale: #797979. Windows color (decimal): -4176433 or 13583808. OLE color: 13583808.

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

Color convert

RGB 192 69 207 -
CMYK 0.07 0.67 0 0.19
HSL 293.48º 0.59% 0.54% -
HSV(B) 293.48º 0.67% 0.81% -
XYZ 35.13 19.97 61.03 -
YUV 121.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 192 69 207 0.07 0.67 0 0.19 293.48 0.59 0.54
Hex C0 45 CF 7 43 0 13 125 3B 36
Octal 300 105 317 7 103 0 23 445 73 66
Binary 11000000 1000101 11001111 111 1000011 0 10011 100100101 111011 110110

Color Harmonies of #C045CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045CF

Black with #C045CF

Text Example


Text Example

White with #C045CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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