Html Css Color HEX #C14BEA Medium Orchid

📋 copy color: '#C14BEA'

red 193 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #C14BEA

Tints of Medium Orchid #C14BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 38.45%
G = 14.94%
B = 46.61%

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

#C14BEA (or 0xC14BEA) is known color: Medium Orchid. HEX triplet: C1, 4B and EA. RGB value is (193,75,234). Sum of RGB (Red+Green+Blue) = 193+75+234=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #C14BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BEA is #3EB415. Grayscale: #7F7F7F. Windows color (decimal): -4109334 or 15354817. OLE color: 15354817.

HSL color Cylindrical-coordinate representation of color #C14BEA: hue angle of 284.53º degrees, saturation: 0.79, 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 #C14BEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 75 234 -
CMYK 0.18 0.68 0 0.08
HSL 284.53º 0.79% 0.61% -
HSV(B) 284.53º 0.68% 0.92% -
XYZ 39.36 22.31 80.07 -
YUV 128.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 193 75 234 0.18 0.68 0 0.08 284.53 0.79 0.61
Hex C1 4B EA 12 44 0 8 11D 4F 3D
Octal 301 113 352 22 104 0 10 435 117 75
Binary 11000001 1001011 11101010 10010 1000100 0 1000 100011101 1001111 111101

Color Harmonies of #C14BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BEA

Black with #C14BEA

Text Example


Text Example

White with #C14BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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