Html Css Color HEX #C233DF Medium Orchid

📋 copy color: '#C233DF'

red 194 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #C233DF

Tints of Medium Orchid #C233DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.9%

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 41.45%
G = 10.9%
B = 47.65%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C233DF (or 0xC233DF) is known color: Medium Orchid. HEX triplet: C2, 33 and DF. RGB value is (194,51,223). Sum of RGB (Red+Green+Blue) = 194+51+223=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C233DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233DF is #3DCC20. Grayscale: #707070. Windows color (decimal): -4049953 or 14627778. OLE color: 14627778.

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

Color convert

RGB 194 51 223 -
CMYK 0.13 0.77 0 0.13
HSL 289.88º 0.73% 0.54% -
HSV(B) 289.88º 0.77% 0.87% -
XYZ 36.75 19.16 71.57 -
YUV 113.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 194 51 223 0.13 0.77 0 0.13 289.88 0.73 0.54
Hex C2 33 DF D 4D 0 D 122 49 36
Octal 302 63 337 15 115 0 15 442 111 66
Binary 11000010 110011 11011111 1101 1001101 0 1101 100100010 1001001 110110

Color Harmonies of #C233DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C233DF

Black with #C233DF

Text Example


Text Example

White with #C233DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C233DF; }

 p { color: rgb(194,51,223); }

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

background-color css

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

 a { background-color: rgb(194,51,223); }

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

border-color css

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

 span { border-color: rgb(194,51,223); }

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