Html Css Color HEX #C234D7 Medium Orchid

📋 copy color: '#C234D7'

red 194 ◦ green 52 ◦ blue 215

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

Shades of Medium Orchid #C234D7

Tints of Medium Orchid #C234D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.64%

R = 42.08%
G = 11.28%
B = 46.64%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C234D7 (or 0xC234D7) is known color: Medium Orchid. HEX triplet: C2, 34 and D7. RGB value is (194,52,215). Sum of RGB (Red+Green+Blue) = 194+52+215=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #C234D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C234D7 is #3DCB28. Grayscale: #707070. Windows color (decimal): -4049705 or 14103746. OLE color: 14103746.

HSL color Cylindrical-coordinate representation of color #C234D7: hue angle of 292.27º degrees, saturation: 0.67, 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 #C234D7 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 52 215 -
CMYK 0.10 0.76 0 0.16
HSL 292.27º 0.67% 0.52% -
HSV(B) 292.27º 0.76% 0.84% -
XYZ 35.74 18.83 66.04 -
YUV 113.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 194 52 215 0.10 0.76 0 0.16 292.27 0.67 0.52
Hex C2 34 D7 A 4C 0 10 124 43 34
Octal 302 64 327 12 114 0 20 444 103 64
Binary 11000010 110100 11010111 1010 1001100 0 10000 100100100 1000011 110100

Color Harmonies of #C234D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C234D7

Black with #C234D7

Text Example


Text Example

White with #C234D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C234D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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