Html Css Color HEX #C14BFB Medium Orchid

📋 copy color: '#C14BFB'

red 193 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #C14BFB

Tints of Medium Orchid #C14BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 37.19%
G = 14.45%
B = 48.36%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C14BFB (or 0xC14BFB) is known color: Medium Orchid. HEX triplet: C1, 4B and FB. RGB value is (193,75,251). Sum of RGB (Red+Green+Blue) = 193+75+251=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #C14BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BFB is #3EB404. Grayscale: #818181. Windows color (decimal): -4109317 or 16468929. OLE color: 16468929.

HSL color Cylindrical-coordinate representation of color #C14BFB: hue angle of 280.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14BFB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 75 251 -
CMYK 0.23 0.70 0 0.02
HSL 280.23º 0.96% 0.64% -
HSV(B) 280.23º 0.7% 0.98% -
XYZ 41.92 23.33 93.56 -
YUV 130.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 193 75 251 0.23 0.70 0 0.02 280.23 0.96 0.64
Hex C1 4B FB 17 46 0 2 118 60 40
Octal 301 113 373 27 106 0 2 430 140 100
Binary 11000001 1001011 11111011 10111 1000110 0 10 100011000 1100000 1000000

Color Harmonies of #C14BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BFB

Black with #C14BFB

Text Example


Text Example

White with #C14BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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