Html Css Color HEX #C253DD Medium Orchid

📋 copy color: '#C253DD'

red 194 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #C253DD

Tints of Medium Orchid #C253DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 38.96%
G = 16.67%
B = 44.38%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C253DD (or 0xC253DD) is known color: Medium Orchid. HEX triplet: C2, 53 and DD. RGB value is (194,83,221). Sum of RGB (Red+Green+Blue) = 194+83+221=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C253DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253DD is #3DAC22. Grayscale: #838383. Windows color (decimal): -4041763 or 14504898. OLE color: 14504898.

HSL color Cylindrical-coordinate representation of color #C253DD: hue angle of 288.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C253DD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 83 221 -
CMYK 0.12 0.62 0 0.13
HSL 288.26º 0.67% 0.6% -
HSV(B) 288.26º 0.62% 0.87% -
XYZ 38.39 22.88 70.8 -
YUV 131.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 194 83 221 0.12 0.62 0 0.13 288.26 0.67 0.6
Hex C2 53 DD C 3E 0 D 120 43 3C
Octal 302 123 335 14 76 0 15 440 103 74
Binary 11000010 1010011 11011101 1100 111110 0 1101 100100000 1000011 111100

Color Harmonies of #C253DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253DD

Black with #C253DD

Text Example


Text Example

White with #C253DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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