Html Css Color HEX #C234DD Medium Orchid

📋 copy color: '#C234DD'

red 194 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #C234DD

Tints of Medium Orchid #C234DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.13%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 41.54%
G = 11.13%
B = 47.32%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C234DD (or 0xC234DD) is known color: Medium Orchid. HEX triplet: C2, 34 and DD. RGB value is (194,52,221). Sum of RGB (Red+Green+Blue) = 194+52+221=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C234DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234DD is #3DCB22. Grayscale: #717171. Windows color (decimal): -4049699 or 14496962. OLE color: 14496962.

HSL color Cylindrical-coordinate representation of color #C234DD: hue angle of 290.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C234DD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 52 221 -
CMYK 0.12 0.76 0 0.13
HSL 290.41º 0.71% 0.54% -
HSV(B) 290.41º 0.76% 0.87% -
XYZ 36.53 19.15 70.18 -
YUV 113.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 194 52 221 0.12 0.76 0 0.13 290.41 0.71 0.54
Hex C2 34 DD C 4C 0 D 122 47 36
Octal 302 64 335 14 114 0 15 442 107 66
Binary 11000010 110100 11011101 1100 1001100 0 1101 100100010 1000111 110110

Color Harmonies of #C234DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234DD

Black with #C234DD

Text Example


Text Example

White with #C234DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234DD; }

 p { color: rgb(194,52,221); }

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

background-color css

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

 a { background-color: rgb(194,52,221); }

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

border-color css

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

 span { border-color: rgb(194,52,221); }

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