Html Css Color HEX #C14CED Medium Orchid

📋 copy color: '#C14CED'

red 193 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #C14CED

Tints of Medium Orchid #C14CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 38.14%
G = 15.02%
B = 46.84%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C14CED (or 0xC14CED) is known color: Medium Orchid. HEX triplet: C1, 4C and ED. RGB value is (193,76,237). Sum of RGB (Red+Green+Blue) = 193+76+237=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C14CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14CED is #3EB312. Grayscale: #808080. Windows color (decimal): -4109075 or 15551681. OLE color: 15551681.

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

Color convert

RGB 193 76 237 -
CMYK 0.19 0.68 0 0.07
HSL 283.6º 0.82% 0.61% -
HSV(B) 283.6º 0.68% 0.93% -
XYZ 39.86 22.62 82.39 -
YUV 129.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 193 76 237 0.19 0.68 0 0.07 283.6 0.82 0.61
Hex C1 4C ED 13 44 0 7 11C 52 3D
Octal 301 114 355 23 104 0 7 434 122 75
Binary 11000001 1001100 11101101 10011 1000100 0 111 100011100 1010010 111101

Color Harmonies of #C14CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CED

Black with #C14CED

Text Example


Text Example

White with #C14CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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