Html Css Color HEX #C235DB Medium Orchid

📋 copy color: '#C235DB'

red 194 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #C235DB

Tints of Medium Orchid #C235DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 41.63%
G = 11.37%
B = 47%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C235DB (or 0xC235DB) is known color: Medium Orchid. HEX triplet: C2, 35 and DB. RGB value is (194,53,219). Sum of RGB (Red+Green+Blue) = 194+53+219=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #C235DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235DB is #3DCA24. Grayscale: #717171. Windows color (decimal): -4049445 or 14366146. OLE color: 14366146.

HSL color Cylindrical-coordinate representation of color #C235DB: hue angle of 290.96º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C235DB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 53 219 -
CMYK 0.11 0.76 0 0.14
HSL 290.96º 0.7% 0.53% -
HSV(B) 290.96º 0.76% 0.86% -
XYZ 36.31 19.13 68.8 -
YUV 114.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 194 53 219 0.11 0.76 0 0.14 290.96 0.7 0.53
Hex C2 35 DB B 4C 0 E 123 46 35
Octal 302 65 333 13 114 0 16 443 106 65
Binary 11000010 110101 11011011 1011 1001100 0 1110 100100011 1000110 110101

Color Harmonies of #C235DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235DB

Black with #C235DB

Text Example


Text Example

White with #C235DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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