Html Css Color HEX #C14BED Medium Orchid

📋 copy color: '#C14BED'

red 193 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #C14BED

Tints of Medium Orchid #C14BED

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

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

R = 38.22%
G = 14.85%
B = 46.93%

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

#C14BED (or 0xC14BED) is known color: Medium Orchid. HEX triplet: C1, 4B and ED. RGB value is (193,75,237). Sum of RGB (Red+Green+Blue) = 193+75+237=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #C14BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BED is #3EB412. Grayscale: #808080. Windows color (decimal): -4109331 or 15551425. OLE color: 15551425.

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

Color convert

RGB 193 75 237 -
CMYK 0.19 0.68 0 0.07
HSL 283.7º 0.82% 0.61% -
HSV(B) 283.7º 0.68% 0.93% -
XYZ 39.79 22.48 82.36 -
YUV 128.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 193 75 237 0.19 0.68 0 0.07 283.7 0.82 0.61
Hex C1 4B ED 13 44 0 7 11C 52 3D
Octal 301 113 355 23 104 0 7 434 122 75
Binary 11000001 1001011 11101101 10011 1000100 0 111 100011100 1010010 111101

Color Harmonies of #C14BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BED

Black with #C14BED

Text Example


Text Example

White with #C14BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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