Html Css Color HEX #C253CD Medium Orchid

📋 copy color: '#C253CD'

red 194 ◦ green 83 ◦ blue 205

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

Shades of Medium Orchid #C253CD

Tints of Medium Orchid #C253CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 40.25%
G = 17.22%
B = 42.53%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C253CD (or 0xC253CD) is known color: Medium Orchid. HEX triplet: C2, 53 and CD. RGB value is (194,83,205). Sum of RGB (Red+Green+Blue) = 194+83+205=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C253CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CD is #3DAC32. Grayscale: #818181. Windows color (decimal): -4041779 or 13456322. OLE color: 13456322.

HSL color Cylindrical-coordinate representation of color #C253CD: hue angle of 294.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C253CD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 83 205 -
CMYK 0.05 0.60 0 0.20
HSL 294.59º 0.55% 0.56% -
HSV(B) 294.59º 0.6% 0.8% -
XYZ 36.36 22.06 60.1 -
YUV 130.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 194 83 205 0.05 0.60 0 0.20 294.59 0.55 0.56
Hex C2 53 CD 5 3C 0 14 127 37 38
Octal 302 123 315 5 74 0 24 447 67 70
Binary 11000010 1010011 11001101 101 111100 0 10100 100100111 110111 111000

Color Harmonies of #C253CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C253CD

Black with #C253CD

Text Example


Text Example

White with #C253CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C253CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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