Html Css Color HEX #C23ED0 Medium Orchid

📋 copy color: '#C23ED0'

red 194 ◦ green 62 ◦ blue 208

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

Shades of Medium Orchid #C23ED0

Tints of Medium Orchid #C23ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.36%

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

R = 41.81%
G = 13.36%
B = 44.83%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C23ED0 (or 0xC23ED0) is known color: Medium Orchid. HEX triplet: C2, 3E and D0. RGB value is (194,62,208). Sum of RGB (Red+Green+Blue) = 194+62+208=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #C23ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ED0 is #3DC12F. Grayscale: #757575. Windows color (decimal): -4047152 or 13647554. OLE color: 13647554.

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

Color convert

RGB 194 62 208 -
CMYK 0.07 0.70 0 0.18
HSL 294.25º 0.61% 0.53% -
HSV(B) 294.25º 0.7% 0.82% -
XYZ 35.36 19.47 61.57 -
YUV 118.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 194 62 208 0.07 0.70 0 0.18 294.25 0.61 0.53
Hex C2 3E D0 7 46 0 12 126 3D 35
Octal 302 76 320 7 106 0 22 446 75 65
Binary 11000010 111110 11010000 111 1000110 0 10010 100100110 111101 110101

Color Harmonies of #C23ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23ED0

Black with #C23ED0

Text Example


Text Example

White with #C23ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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