Html Css Color HEX #C234D6 Medium Orchid

📋 copy color: '#C234D6'

red 194 ◦ green 52 ◦ blue 214

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

Shades of Medium Orchid #C234D6

Tints of Medium Orchid #C234D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 42.17%
G = 11.3%
B = 46.52%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C234D6 (or 0xC234D6) is known color: Medium Orchid. HEX triplet: C2, 34 and D6. RGB value is (194,52,214). Sum of RGB (Red+Green+Blue) = 194+52+214=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #C234D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234D6 is #3DCB29. Grayscale: #707070. Windows color (decimal): -4049706 or 14038210. OLE color: 14038210.

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

Color convert

RGB 194 52 214 -
CMYK 0.09 0.76 0 0.16
HSL 292.59º 0.66% 0.52% -
HSV(B) 292.59º 0.76% 0.84% -
XYZ 35.61 18.78 65.37 -
YUV 112.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 194 52 214 0.09 0.76 0 0.16 292.59 0.66 0.52
Hex C2 34 D6 9 4C 0 10 125 42 34
Octal 302 64 326 11 114 0 20 445 102 64
Binary 11000010 110100 11010110 1001 1001100 0 10000 100100101 1000010 110100

Color Harmonies of #C234D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234D6

Black with #C234D6

Text Example


Text Example

White with #C234D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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