Html Css Color HEX #C253CE Medium Orchid

📋 copy color: '#C253CE'

red 194 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #C253CE

Tints of Medium Orchid #C253CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 40.17%
G = 17.18%
B = 42.65%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C253CE (or 0xC253CE) is known color: Medium Orchid. HEX triplet: C2, 53 and CE. RGB value is (194,83,206). Sum of RGB (Red+Green+Blue) = 194+83+206=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C253CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CE is #3DAC31. Grayscale: #818181. Windows color (decimal): -4041778 or 13521858. OLE color: 13521858.

HSL color Cylindrical-coordinate representation of color #C253CE: hue angle of 294.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C253CE is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 83 206 -
CMYK 0.06 0.60 0 0.19
HSL 294.15º 0.56% 0.57% -
HSV(B) 294.15º 0.6% 0.81% -
XYZ 36.48 22.11 60.74 -
YUV 130.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 194 83 206 0.06 0.60 0 0.19 294.15 0.56 0.57
Hex C2 53 CE 6 3C 0 13 126 38 39
Octal 302 123 316 6 74 0 23 446 70 71
Binary 11000010 1010011 11001110 110 111100 0 10011 100100110 111000 111001

Color Harmonies of #C253CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253CE

Black with #C253CE

Text Example


Text Example

White with #C253CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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