Html Css Color HEX #C23AD0 Medium Orchid

📋 copy color: '#C23AD0'

red 194 ◦ green 58 ◦ blue 208

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

Shades of Medium Orchid #C23AD0

Tints of Medium Orchid #C23AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 42.17%
G = 12.61%
B = 45.22%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C23AD0 (or 0xC23AD0) is known color: Medium Orchid. HEX triplet: C2, 3A and D0. RGB value is (194,58,208). Sum of RGB (Red+Green+Blue) = 194+58+208=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #C23AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AD0 is #3DC52F. Grayscale: #737373. Windows color (decimal): -4048176 or 13646530. OLE color: 13646530.

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

Color convert

RGB 194 58 208 -
CMYK 0.07 0.72 0 0.18
HSL 294.4º 0.61% 0.52% -
HSV(B) 294.4º 0.72% 0.82% -
XYZ 35.15 19.05 61.5 -
YUV 115.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 194 58 208 0.07 0.72 0 0.18 294.4 0.61 0.52
Hex C2 3A D0 7 48 0 12 126 3D 34
Octal 302 72 320 7 110 0 22 446 75 64
Binary 11000010 111010 11010000 111 1001000 0 10010 100100110 111101 110100

Color Harmonies of #C23AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23AD0

Black with #C23AD0

Text Example


Text Example

White with #C23AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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