Html Css Color HEX #C23AD2 Medium Orchid

📋 copy color: '#C23AD2'

red 194 ◦ green 58 ◦ blue 210

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

Shades of Medium Orchid #C23AD2

Tints of Medium Orchid #C23AD2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.55%

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 41.99%
G = 12.55%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C23AD2 (or 0xC23AD2) is known color: Medium Orchid. HEX triplet: C2, 3A and D2. RGB value is (194,58,210). Sum of RGB (Red+Green+Blue) = 194+58+210=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #C23AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AD2 is #3DC52D. Grayscale: #737373. Windows color (decimal): -4048174 or 13777602. OLE color: 13777602.

HSL color Cylindrical-coordinate representation of color #C23AD2: hue angle of 293.68º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23AD2 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 58 210 -
CMYK 0.08 0.72 0 0.18
HSL 293.68º 0.63% 0.53% -
HSV(B) 293.68º 0.72% 0.82% -
XYZ 35.39 19.15 62.8 -
YUV 115.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 194 58 210 0.08 0.72 0 0.18 293.68 0.63 0.53
Hex C2 3A D2 8 48 0 12 126 3F 35
Octal 302 72 322 10 110 0 22 446 77 65
Binary 11000010 111010 11010010 1000 1001000 0 10010 100100110 111111 110101

Color Harmonies of #C23AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AD2

Black with #C23AD2

Text Example


Text Example

White with #C23AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AD2; }

 p { color: rgb(194,58,210); }

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

background-color css

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

 a { background-color: rgb(194,58,210); }

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

border-color css

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

 span { border-color: rgb(194,58,210); }

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