Html Css Color HEX #C23FDB Medium Orchid

📋 copy color: '#C23FDB'

red 194 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #C23FDB

Tints of Medium Orchid #C23FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

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

R = 40.76%
G = 13.24%
B = 46.01%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C23FDB (or 0xC23FDB) is known color: Medium Orchid. HEX triplet: C2, 3F and DB. RGB value is (194,63,219). Sum of RGB (Red+Green+Blue) = 194+63+219=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #C23FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDB is #3DC024. Grayscale: #777777. Windows color (decimal): -4046885 or 14368706. OLE color: 14368706.

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

Color convert

RGB 194 63 219 -
CMYK 0.11 0.71 0 0.14
HSL 290.38º 0.68% 0.55% -
HSV(B) 290.38º 0.71% 0.86% -
XYZ 36.81 20.14 68.96 -
YUV 119.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 194 63 219 0.11 0.71 0 0.14 290.38 0.68 0.55
Hex C2 3F DB B 47 0 E 122 44 37
Octal 302 77 333 13 107 0 16 442 104 67
Binary 11000010 111111 11011011 1011 1000111 0 1110 100100010 1000100 110111

Color Harmonies of #C23FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FDB

Black with #C23FDB

Text Example


Text Example

White with #C23FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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