Html Css Color HEX #C238DF Medium Orchid

📋 copy color: '#C238DF'

red 194 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #C238DF

Tints of Medium Orchid #C238DF

RGB

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

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

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

R = 41.01%
G = 11.84%
B = 47.15%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C238DF (or 0xC238DF) is known color: Medium Orchid. HEX triplet: C2, 38 and DF. RGB value is (194,56,223). Sum of RGB (Red+Green+Blue) = 194+56+223=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #C238DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238DF is #3DC720. Grayscale: #737373. Windows color (decimal): -4048673 or 14629058. OLE color: 14629058.

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

Color convert

RGB 194 56 223 -
CMYK 0.13 0.75 0 0.13
HSL 289.58º 0.72% 0.55% -
HSV(B) 289.58º 0.75% 0.87% -
XYZ 36.98 19.63 71.65 -
YUV 116.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 194 56 223 0.13 0.75 0 0.13 289.58 0.72 0.55
Hex C2 38 DF D 4B 0 D 122 48 37
Octal 302 70 337 15 113 0 15 442 110 67
Binary 11000010 111000 11011111 1101 1001011 0 1101 100100010 1001000 110111

Color Harmonies of #C238DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C238DF

Black with #C238DF

Text Example


Text Example

White with #C238DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C238DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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