Html Css Color HEX #C23FDA Medium Orchid

📋 copy color: '#C23FDA'

red 194 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #C23FDA

Tints of Medium Orchid #C23FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 40.84%
G = 13.26%
B = 45.89%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C23FDA (or 0xC23FDA) is known color: Medium Orchid. HEX triplet: C2, 3F and DA. RGB value is (194,63,218). Sum of RGB (Red+Green+Blue) = 194+63+218=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C23FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FDA is #3DC025. Grayscale: #777777. Windows color (decimal): -4046886 or 14303170. OLE color: 14303170.

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

Color convert

RGB 194 63 218 -
CMYK 0.11 0.71 0 0.15
HSL 290.71º 0.68% 0.55% -
HSV(B) 290.71º 0.71% 0.85% -
XYZ 36.68 20.09 68.27 -
YUV 119.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 194 63 218 0.11 0.71 0 0.15 290.71 0.68 0.55
Hex C2 3F DA B 47 0 F 123 44 37
Octal 302 77 332 13 107 0 17 443 104 67
Binary 11000010 111111 11011010 1011 1000111 0 1111 100100011 1000100 110111

Color Harmonies of #C23FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23FDA

Black with #C23FDA

Text Example


Text Example

White with #C23FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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