Html Css Color HEX #C153FA Medium Orchid

📋 copy color: '#C153FA'

red 193 ◦ green 83 ◦ blue 250

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

Shades of Medium Orchid #C153FA

Tints of Medium Orchid #C153FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.78%

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 36.69%
G = 15.78%
B = 47.53%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C153FA (or 0xC153FA) is known color: Medium Orchid. HEX triplet: C1, 53 and FA. RGB value is (193,83,250). Sum of RGB (Red+Green+Blue) = 193+83+250=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C153FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153FA is #3EAC05. Grayscale: #868686. Windows color (decimal): -4107270 or 16405441. OLE color: 16405441.

HSL color Cylindrical-coordinate representation of color #C153FA: hue angle of 279.52º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C153FA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 83 250 -
CMYK 0.23 0.67 0 0.02
HSL 279.52º 0.94% 0.65% -
HSV(B) 279.52º 0.67% 0.98% -
XYZ 42.34 24.43 92.93 -
YUV 134.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 193 83 250 0.23 0.67 0 0.02 279.52 0.94 0.65
Hex C1 53 FA 17 43 0 2 118 5E 41
Octal 301 123 372 27 103 0 2 430 136 101
Binary 11000001 1010011 11111010 10111 1000011 0 10 100011000 1011110 1000001

Color Harmonies of #C153FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153FA

Black with #C153FA

Text Example


Text Example

White with #C153FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153FA; }

 p { color: rgb(193,83,250); }

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

background-color css

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

 a { background-color: rgb(193,83,250); }

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

border-color css

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

 span { border-color: rgb(193,83,250); }

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