Html Css Color HEX #C233ED Medium Orchid

📋 copy color: '#C233ED'

red 194 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #C233ED

Tints of Medium Orchid #C233ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 40.25%
G = 10.58%
B = 49.17%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C233ED (or 0xC233ED) is known color: Medium Orchid. HEX triplet: C2, 33 and ED. RGB value is (194,51,237). Sum of RGB (Red+Green+Blue) = 194+51+237=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #C233ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233ED is #3DCC12. Grayscale: #727272. Windows color (decimal): -4049939 or 15545282. OLE color: 15545282.

HSL color Cylindrical-coordinate representation of color #C233ED: hue angle of 286.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C233ED is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 51 237 -
CMYK 0.18 0.78 0 0.07
HSL 286.13º 0.84% 0.56% -
HSV(B) 286.13º 0.78% 0.93% -
XYZ 38.72 19.95 81.93 -
YUV 114.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 194 51 237 0.18 0.78 0 0.07 286.13 0.84 0.56
Hex C2 33 ED 12 4E 0 7 11E 54 38
Octal 302 63 355 22 116 0 7 436 124 70
Binary 11000010 110011 11101101 10010 1001110 0 111 100011110 1010100 111000

Color Harmonies of #C233ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C233ED

Black with #C233ED

Text Example


Text Example

White with #C233ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C233ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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