Html Css Color HEX #C23CD0 Medium Orchid

📋 copy color: '#C23CD0'

red 194 ◦ green 60 ◦ blue 208

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

Shades of Medium Orchid #C23CD0

Tints of Medium Orchid #C23CD0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

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

R = 41.99%
G = 12.99%
B = 45.02%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C23CD0 (or 0xC23CD0) is known color: Medium Orchid. HEX triplet: C2, 3C and D0. RGB value is (194,60,208). Sum of RGB (Red+Green+Blue) = 194+60+208=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #C23CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CD0 is #3DC32F. Grayscale: #747474. Windows color (decimal): -4047664 or 13647042. OLE color: 13647042.

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

Color convert

RGB 194 60 208 -
CMYK 0.07 0.71 0 0.18
HSL 294.32º 0.61% 0.53% -
HSV(B) 294.32º 0.71% 0.82% -
XYZ 35.25 19.26 61.53 -
YUV 116.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 194 60 208 0.07 0.71 0 0.18 294.32 0.61 0.53
Hex C2 3C D0 7 47 0 12 126 3D 35
Octal 302 74 320 7 107 0 22 446 75 65
Binary 11000010 111100 11010000 111 1000111 0 10010 100100110 111101 110101

Color Harmonies of #C23CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CD0

Black with #C23CD0

Text Example


Text Example

White with #C23CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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