Html Css Color HEX #C14FFD Medium Orchid

📋 copy color: '#C14FFD'

red 193 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #C14FFD

Tints of Medium Orchid #C14FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.05%

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 36.76%
G = 15.05%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C14FFD (or 0xC14FFD) is known color: Medium Orchid. HEX triplet: C1, 4F and FD. RGB value is (193,79,253). Sum of RGB (Red+Green+Blue) = 193+79+253=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C14FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FFD is #3EB002. Grayscale: #848484. Windows color (decimal): -4108291 or 16601025. OLE color: 16601025.

HSL color Cylindrical-coordinate representation of color #C14FFD: hue angle of 279.31º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14FFD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 79 253 -
CMYK 0.24 0.69 0 0.01
HSL 279.31º 0.98% 0.65% -
HSV(B) 279.31º 0.69% 0.99% -
XYZ 42.52 24.02 95.32 -
YUV 132.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 193 79 253 0.24 0.69 0 0.01 279.31 0.98 0.65
Hex C1 4F FD 18 45 0 1 117 62 41
Octal 301 117 375 30 105 0 1 427 142 101
Binary 11000001 1001111 11111101 11000 1000101 0 1 100010111 1100010 1000001

Color Harmonies of #C14FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FFD

Black with #C14FFD

Text Example


Text Example

White with #C14FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FFD; }

 p { color: rgb(193,79,253); }

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

background-color css

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

 a { background-color: rgb(193,79,253); }

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

border-color css

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

 span { border-color: rgb(193,79,253); }

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