Html Css Color HEX #C045FF Medium Orchid

📋 copy color: '#C045FF'

red 192 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #C045FF

Tints of Medium Orchid #C045FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 37.21%
G = 13.37%
B = 49.42%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C045FF (or 0xC045FF) is known color: Medium Orchid. HEX triplet: C0, 45 and FF. RGB value is (192,69,255). Sum of RGB (Red+Green+Blue) = 192+69+255=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C045FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045FF is #3FBA00. Grayscale: #7E7E7E. Windows color (decimal): -4176385 or 16729536. OLE color: 16729536.

HSL color Cylindrical-coordinate representation of color #C045FF: hue angle of 279.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C045FF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 69 255 -
CMYK 0.25 0.73 0 0
HSL 279.68º 1% 0.64% -
HSV(B) 279.68º 0.73% 1% -
XYZ 41.92 22.68 96.78 -
YUV 126.98 200.25 174.38 -
System Red Green Blue C M Y K H S L
Decimal 192 69 255 0.25 0.73 0 0 279.68 1 0.64
Hex C0 45 FF 19 49 0 0 118 64 40
Octal 300 105 377 31 111 0 0 430 144 100
Binary 11000000 1000101 11111111 11001 1001001 0 0 100011000 1100100 1000000

Color Harmonies of #C045FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045FF

Black with #C045FF

Text Example


Text Example

White with #C045FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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