Html Css Color HEX #C253FA Medium Orchid

📋 copy color: '#C253FA'

red 194 ◦ green 83 ◦ blue 250

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

Shades of Medium Orchid #C253FA

Tints of Medium Orchid #C253FA

RGB

 RED value IS 194 (76.17% from 255) = 36.81%

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

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

R = 36.81%
G = 15.75%
B = 47.44%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C253FA (or 0xC253FA) is known color: Medium Orchid. HEX triplet: C2, 53 and FA. RGB value is (194,83,250). Sum of RGB (Red+Green+Blue) = 194+83+250=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #C253FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253FA is #3DAC05. Grayscale: #868686. Windows color (decimal): -4041734 or 16405442. OLE color: 16405442.

HSL color Cylindrical-coordinate representation of color #C253FA: hue angle of 279.88º 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 #C253FA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 83 250 -
CMYK 0.22 0.67 0 0.02
HSL 279.88º 0.94% 0.65% -
HSV(B) 279.88º 0.67% 0.98% -
XYZ 42.6 24.56 92.94 -
YUV 135.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 194 83 250 0.22 0.67 0 0.02 279.88 0.94 0.65
Hex C2 53 FA 16 43 0 2 118 5E 41
Octal 302 123 372 26 103 0 2 430 136 101
Binary 11000010 1010011 11111010 10110 1000011 0 10 100011000 1011110 1000001

Color Harmonies of #C253FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253FA

Black with #C253FA

Text Example


Text Example

White with #C253FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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