Html Css Color HEX #C145CF Medium Orchid

📋 copy color: '#C145CF'

red 193 ◦ green 69 ◦ blue 207

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

Shades of Medium Orchid #C145CF

Tints of Medium Orchid #C145CF

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

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

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

R = 41.15%
G = 14.71%
B = 44.14%

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

#C145CF (or 0xC145CF) is known color: Medium Orchid. HEX triplet: C1, 45 and CF. RGB value is (193,69,207). Sum of RGB (Red+Green+Blue) = 193+69+207=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C145CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145CF is #3EBA30. Grayscale: #797979. Windows color (decimal): -4110897 or 13583809. OLE color: 13583809.

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

Color convert

RGB 193 69 207 -
CMYK 0.07 0.67 0 0.19
HSL 293.91º 0.59% 0.54% -
HSV(B) 293.91º 0.67% 0.81% -
XYZ 35.38 20.1 61.05 -
YUV 121.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 193 69 207 0.07 0.67 0 0.19 293.91 0.59 0.54
Hex C1 45 CF 7 43 0 13 126 3B 36
Octal 301 105 317 7 103 0 23 446 73 66
Binary 11000001 1000101 11001111 111 1000011 0 10011 100100110 111011 110110

Color Harmonies of #C145CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145CF

Black with #C145CF

Text Example


Text Example

White with #C145CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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