Html Css Color HEX #C238DB Medium Orchid

📋 copy color: '#C238DB'

red 194 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #C238DB

Tints of Medium Orchid #C238DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.94%

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

R = 41.36%
G = 11.94%
B = 46.7%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C238DB (or 0xC238DB) is known color: Medium Orchid. HEX triplet: C2, 38 and DB. RGB value is (194,56,219). Sum of RGB (Red+Green+Blue) = 194+56+219=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C238DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238DB is #3DC724. Grayscale: #737373. Windows color (decimal): -4048677 or 14366914. OLE color: 14366914.

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

Color convert

RGB 194 56 219 -
CMYK 0.11 0.74 0 0.14
HSL 290.8º 0.69% 0.54% -
HSV(B) 290.8º 0.74% 0.86% -
XYZ 36.45 19.41 68.84 -
YUV 115.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 194 56 219 0.11 0.74 0 0.14 290.8 0.69 0.54
Hex C2 38 DB B 4A 0 E 123 45 36
Octal 302 70 333 13 112 0 16 443 105 66
Binary 11000010 111000 11011011 1011 1001010 0 1110 100100011 1000101 110110

Color Harmonies of #C238DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238DB

Black with #C238DB

Text Example


Text Example

White with #C238DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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