Html Css Color HEX #C23DD2 Medium Orchid

📋 copy color: '#C23DD2'

red 194 ◦ green 61 ◦ blue 210

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

Shades of Medium Orchid #C23DD2

Tints of Medium Orchid #C23DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.12%

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

R = 41.72%
G = 13.12%
B = 45.16%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C23DD2 (or 0xC23DD2) is known color: Medium Orchid. HEX triplet: C2, 3D and D2. RGB value is (194,61,210). Sum of RGB (Red+Green+Blue) = 194+61+210=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #C23DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DD2 is #3DC22D. Grayscale: #757575. Windows color (decimal): -4047406 or 13778370. OLE color: 13778370.

HSL color Cylindrical-coordinate representation of color #C23DD2: hue angle of 293.56º degrees, saturation: 0.62, 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 #C23DD2 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 61 210 -
CMYK 0.08 0.71 0 0.18
HSL 293.56º 0.62% 0.53% -
HSV(B) 293.56º 0.71% 0.82% -
XYZ 35.55 19.46 62.86 -
YUV 117.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 194 61 210 0.08 0.71 0 0.18 293.56 0.62 0.53
Hex C2 3D D2 8 47 0 12 126 3E 35
Octal 302 75 322 10 107 0 22 446 76 65
Binary 11000010 111101 11010010 1000 1000111 0 10010 100100110 111110 110101

Color Harmonies of #C23DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DD2

Black with #C23DD2

Text Example


Text Example

White with #C23DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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