Html Css Color HEX #C23BD5 Medium Orchid

📋 copy color: '#C23BD5'

red 194 ◦ green 59 ◦ blue 213

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

Shades of Medium Orchid #C23BD5

Tints of Medium Orchid #C23BD5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

 BLUE value IS 213 (83.59% from 255) = 45.71%

R = 41.63%
G = 12.66%
B = 45.71%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C23BD5 (or 0xC23BD5) is known color: Medium Orchid. HEX triplet: C2, 3B and D5. RGB value is (194,59,213). Sum of RGB (Red+Green+Blue) = 194+59+213=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #C23BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BD5 is #3DC42A. Grayscale: #747474. Windows color (decimal): -4047915 or 13974466. OLE color: 13974466.

HSL color Cylindrical-coordinate representation of color #C23BD5: hue angle of 292.6º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23BD5 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 59 213 -
CMYK 0.09 0.72 0 0.16
HSL 292.6º 0.65% 0.53% -
HSV(B) 292.6º 0.72% 0.84% -
XYZ 35.82 19.4 64.81 -
YUV 116.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 194 59 213 0.09 0.72 0 0.16 292.6 0.65 0.53
Hex C2 3B D5 9 48 0 10 125 41 35
Octal 302 73 325 11 110 0 20 445 101 65
Binary 11000010 111011 11010101 1001 1001000 0 10000 100100101 1000001 110101

Color Harmonies of #C23BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23BD5

Black with #C23BD5

Text Example


Text Example

White with #C23BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23BD5; }

 p { color: rgb(194,59,213); }

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

background-color css

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

 a { background-color: rgb(194,59,213); }

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

border-color css

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

 span { border-color: rgb(194,59,213); }

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