Html Css Color HEX #C14CEC Medium Orchid

📋 copy color: '#C14CEC'

red 193 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C14CEC

Tints of Medium Orchid #C14CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 38.22%
G = 15.05%
B = 46.73%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C14CEC (or 0xC14CEC) is known color: Medium Orchid. HEX triplet: C1, 4C and EC. RGB value is (193,76,236). Sum of RGB (Red+Green+Blue) = 193+76+236=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C14CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14CEC is #3EB313. Grayscale: #808080. Windows color (decimal): -4109076 or 15486145. OLE color: 15486145.

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

Color convert

RGB 193 76 236 -
CMYK 0.18 0.68 0 0.07
HSL 283.88º 0.81% 0.61% -
HSV(B) 283.88º 0.68% 0.93% -
XYZ 39.72 22.56 81.62 -
YUV 129.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 193 76 236 0.18 0.68 0 0.07 283.88 0.81 0.61
Hex C1 4C EC 12 44 0 7 11C 51 3D
Octal 301 114 354 22 104 0 7 434 121 75
Binary 11000001 1001100 11101100 10010 1000100 0 111 100011100 1010001 111101

Color Harmonies of #C14CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CEC

Black with #C14CEC

Text Example


Text Example

White with #C14CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CEC; }

 p { color: rgb(193,76,236); }

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

background-color css

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

 a { background-color: rgb(193,76,236); }

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

border-color css

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

 span { border-color: rgb(193,76,236); }

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