Html Css Color HEX #C234D0 Medium Orchid

📋 copy color: '#C234D0'

red 194 ◦ green 52 ◦ blue 208

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

Shades of Medium Orchid #C234D0

Tints of Medium Orchid #C234D0

RGB

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

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

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

R = 42.73%
G = 11.45%
B = 45.81%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C234D0 (or 0xC234D0) is known color: Medium Orchid. HEX triplet: C2, 34 and D0. RGB value is (194,52,208). Sum of RGB (Red+Green+Blue) = 194+52+208=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #C234D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234D0 is #3DCB2F. Grayscale: #6F6F6F. Windows color (decimal): -4049712 or 13644994. OLE color: 13644994.

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

Color convert

RGB 194 52 208 -
CMYK 0.07 0.75 0 0.18
HSL 294.62º 0.62% 0.51% -
HSV(B) 294.62º 0.75% 0.82% -
XYZ 34.86 18.48 61.4 -
YUV 112.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 194 52 208 0.07 0.75 0 0.18 294.62 0.62 0.51
Hex C2 34 D0 7 4B 0 12 127 3E 33
Octal 302 64 320 7 113 0 22 447 76 63
Binary 11000010 110100 11010000 111 1001011 0 10010 100100111 111110 110011

Color Harmonies of #C234D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234D0

Black with #C234D0

Text Example


Text Example

White with #C234D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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