Html Css Color HEX #C438D6 Medium Orchid

📋 copy color: '#C438D6'

red 196 ◦ green 56 ◦ blue 214

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

Shades of Medium Orchid #C438D6

Tints of Medium Orchid #C438D6

RGB

 RED value IS 196 (76.95% from 255) = 42.06%

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 42.06%
G = 12.02%
B = 45.92%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C438D6 (or 0xC438D6) is known color: Medium Orchid. HEX triplet: C4, 38 and D6. RGB value is (196,56,214). Sum of RGB (Red+Green+Blue) = 196+56+214=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #C438D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C438D6 is #3BC729. Grayscale: #737373. Windows color (decimal): -3917610 or 14039236. OLE color: 14039236.

HSL color Cylindrical-coordinate representation of color #C438D6: hue angle of 293.16º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C438D6 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 56 214 -
CMYK 0.08 0.74 0 0.16
HSL 293.16º 0.66% 0.53% -
HSV(B) 293.16º 0.74% 0.84% -
XYZ 36.32 19.42 65.45 -
YUV 115.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 196 56 214 0.08 0.74 0 0.16 293.16 0.66 0.53
Hex C4 38 D6 8 4A 0 10 125 42 35
Octal 304 70 326 10 112 0 20 445 102 65
Binary 11000100 111000 11010110 1000 1001010 0 10000 100100101 1000010 110101

Color Harmonies of #C438D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C438D6

Black with #C438D6

Text Example


Text Example

White with #C438D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C438D6; }

 p { color: rgb(196,56,214); }

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

background-color css

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

 a { background-color: rgb(196,56,214); }

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

border-color css

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

 span { border-color: rgb(196,56,214); }

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