Html Css Color HEX #C14EEA Medium Orchid

📋 copy color: '#C14EEA'

red 193 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #C14EEA

Tints of Medium Orchid #C14EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.45%

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

R = 38.22%
G = 15.45%
B = 46.34%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C14EEA (or 0xC14EEA) is known color: Medium Orchid. HEX triplet: C1, 4E and EA. RGB value is (193,78,234). Sum of RGB (Red+Green+Blue) = 193+78+234=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C14EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EEA is #3EB115. Grayscale: #818181. Windows color (decimal): -4108566 or 15355585. OLE color: 15355585.

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

Color convert

RGB 193 78 234 -
CMYK 0.18 0.67 0 0.08
HSL 284.23º 0.79% 0.61% -
HSV(B) 284.23º 0.67% 0.92% -
XYZ 39.57 22.73 80.14 -
YUV 130.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 193 78 234 0.18 0.67 0 0.08 284.23 0.79 0.61
Hex C1 4E EA 12 43 0 8 11C 4F 3D
Octal 301 116 352 22 103 0 10 434 117 75
Binary 11000001 1001110 11101010 10010 1000011 0 1000 100011100 1001111 111101

Color Harmonies of #C14EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EEA

Black with #C14EEA

Text Example


Text Example

White with #C14EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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