Html Css Color HEX #C235ED Medium Orchid

📋 copy color: '#C235ED'

red 194 ◦ green 53 ◦ blue 237

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

Shades of Medium Orchid #C235ED

Tints of Medium Orchid #C235ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.95%

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

R = 40.08%
G = 10.95%
B = 48.97%

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

#C235ED (or 0xC235ED) is known color: Medium Orchid. HEX triplet: C2, 35 and ED. RGB value is (194,53,237). Sum of RGB (Red+Green+Blue) = 194+53+237=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #C235ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235ED is #3DCA12. Grayscale: #737373. Windows color (decimal): -4049427 or 15545794. OLE color: 15545794.

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

Color convert

RGB 194 53 237 -
CMYK 0.18 0.78 0 0.07
HSL 285.98º 0.84% 0.57% -
HSV(B) 285.98º 0.78% 0.93% -
XYZ 38.81 20.13 81.96 -
YUV 116.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 194 53 237 0.18 0.78 0 0.07 285.98 0.84 0.57
Hex C2 35 ED 12 4E 0 7 11E 54 39
Octal 302 65 355 22 116 0 7 436 124 71
Binary 11000010 110101 11101101 10010 1001110 0 111 100011110 1010100 111001

Color Harmonies of #C235ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235ED

Black with #C235ED

Text Example


Text Example

White with #C235ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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