Html Css Color HEX #C253FB Medium Orchid

📋 copy color: '#C253FB'

red 194 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #C253FB

Tints of Medium Orchid #C253FB

RGB

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

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

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

R = 36.74%
G = 15.72%
B = 47.54%

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

#C253FB (or 0xC253FB) is known color: Medium Orchid. HEX triplet: C2, 53 and FB. RGB value is (194,83,251). Sum of RGB (Red+Green+Blue) = 194+83+251=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C253FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C253FB is #3DAC04. Grayscale: #868686. Windows color (decimal): -4041733 or 16470978. OLE color: 16470978.

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

Color convert

RGB 194 83 251 -
CMYK 0.23 0.67 0 0.02
HSL 279.64º 0.95% 0.65% -
HSV(B) 279.64º 0.67% 0.98% -
XYZ 42.75 24.62 93.77 -
YUV 135.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 194 83 251 0.23 0.67 0 0.02 279.64 0.95 0.65
Hex C2 53 FB 17 43 0 2 118 5F 41
Octal 302 123 373 27 103 0 2 430 137 101
Binary 11000010 1010011 11111011 10111 1000011 0 10 100011000 1011111 1000001

Color Harmonies of #C253FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253FB

Black with #C253FB

Text Example


Text Example

White with #C253FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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