Html Css Color HEX #C14BEB Medium Orchid

📋 copy color: '#C14BEB'

red 193 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #C14BEB

Tints of Medium Orchid #C14BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 38.37%
G = 14.91%
B = 46.72%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C14BEB (or 0xC14BEB) is known color: Medium Orchid. HEX triplet: C1, 4B and EB. RGB value is (193,75,235). Sum of RGB (Red+Green+Blue) = 193+75+235=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C14BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BEB is #3EB414. Grayscale: #808080. Windows color (decimal): -4109333 or 15420353. OLE color: 15420353.

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

Color convert

RGB 193 75 235 -
CMYK 0.18 0.68 0 0.08
HSL 284.25º 0.8% 0.61% -
HSV(B) 284.25º 0.68% 0.92% -
XYZ 39.5 22.37 80.83 -
YUV 128.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 193 75 235 0.18 0.68 0 0.08 284.25 0.8 0.61
Hex C1 4B EB 12 44 0 8 11C 50 3D
Octal 301 113 353 22 104 0 10 434 120 75
Binary 11000001 1001011 11101011 10010 1000100 0 1000 100011100 1010000 111101

Color Harmonies of #C14BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BEB

Black with #C14BEB

Text Example


Text Example

White with #C14BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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