Html Css Color HEX #C153CF Medium Orchid

📋 copy color: '#C153CF'

red 193 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #C153CF

Tints of Medium Orchid #C153CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 39.96%
G = 17.18%
B = 42.86%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C153CF (or 0xC153CF) is known color: Medium Orchid. HEX triplet: C1, 53 and CF. RGB value is (193,83,207). Sum of RGB (Red+Green+Blue) = 193+83+207=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C153CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153CF is #3EAC30. Grayscale: #818181. Windows color (decimal): -4107313 or 13587393. OLE color: 13587393.

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

Color convert

RGB 193 83 207 -
CMYK 0.07 0.60 0 0.19
HSL 293.23º 0.56% 0.57% -
HSV(B) 293.23º 0.6% 0.81% -
XYZ 36.35 22.03 61.37 -
YUV 130.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 193 83 207 0.07 0.60 0 0.19 293.23 0.56 0.57
Hex C1 53 CF 7 3C 0 13 125 38 39
Octal 301 123 317 7 74 0 23 445 70 71
Binary 11000001 1010011 11001111 111 111100 0 10011 100100101 111000 111001

Color Harmonies of #C153CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153CF

Black with #C153CF

Text Example


Text Example

White with #C153CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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