Html Css Color HEX #C150CF Medium Orchid

📋 copy color: '#C150CF'

red 193 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #C150CF

Tints of Medium Orchid #C150CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 40.21%
G = 16.67%
B = 43.13%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C150CF (or 0xC150CF) is known color: Medium Orchid. HEX triplet: C1, 50 and CF. RGB value is (193,80,207). Sum of RGB (Red+Green+Blue) = 193+80+207=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C150CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150CF is #3EAF30. Grayscale: #7F7F7F. Windows color (decimal): -4108081 or 13586625. OLE color: 13586625.

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

Color convert

RGB 193 80 207 -
CMYK 0.07 0.61 0 0.19
HSL 293.39º 0.57% 0.56% -
HSV(B) 293.39º 0.61% 0.81% -
XYZ 36.12 21.58 61.29 -
YUV 128.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 193 80 207 0.07 0.61 0 0.19 293.39 0.57 0.56
Hex C1 50 CF 7 3D 0 13 125 39 38
Octal 301 120 317 7 75 0 23 445 71 70
Binary 11000001 1010000 11001111 111 111101 0 10011 100100101 111001 111000

Color Harmonies of #C150CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C150CF

Black with #C150CF

Text Example


Text Example

White with #C150CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C150CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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