Html Css Color HEX #C253DE Medium Orchid

📋 copy color: '#C253DE'

red 194 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #C253DE

Tints of Medium Orchid #C253DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 38.88%
G = 16.63%
B = 44.49%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C253DE (or 0xC253DE) is known color: Medium Orchid. HEX triplet: C2, 53 and DE. RGB value is (194,83,222). Sum of RGB (Red+Green+Blue) = 194+83+222=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #C253DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253DE is #3DAC21. Grayscale: #838383. Windows color (decimal): -4041762 or 14570434. OLE color: 14570434.

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

Color convert

RGB 194 83 222 -
CMYK 0.13 0.63 0 0.13
HSL 287.91º 0.68% 0.6% -
HSV(B) 287.91º 0.63% 0.87% -
XYZ 38.53 22.93 71.5 -
YUV 132.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 194 83 222 0.13 0.63 0 0.13 287.91 0.68 0.6
Hex C2 53 DE D 3F 0 D 120 44 3C
Octal 302 123 336 15 77 0 15 440 104 74
Binary 11000010 1010011 11011110 1101 111111 0 1101 100100000 1000100 111100

Color Harmonies of #C253DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253DE

Black with #C253DE

Text Example


Text Example

White with #C253DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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