Html Css Color HEX #C339D8 Medium Orchid

📋 copy color: '#C339D8'

red 195 ◦ green 57 ◦ blue 216

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

Shades of Medium Orchid #C339D8

Tints of Medium Orchid #C339D8

RGB

 RED value IS 195 (76.56% from 255) = 41.67%

 GREEN value IS 57 (22.66% from 255) = 12.18%

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 41.67%
G = 12.18%
B = 46.15%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C339D8 (or 0xC339D8) is known color: Medium Orchid. HEX triplet: C3, 39 and D8. RGB value is (195,57,216). Sum of RGB (Red+Green+Blue) = 195+57+216=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #C339D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339D8 is #3CC627. Grayscale: #737373. Windows color (decimal): -3982888 or 14170563. OLE color: 14170563.

HSL color Cylindrical-coordinate representation of color #C339D8: hue angle of 292.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C339D8 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 57 216 -
CMYK 0.10 0.74 0 0.15
HSL 292.08º 0.67% 0.54% -
HSV(B) 292.08º 0.74% 0.85% -
XYZ 36.36 19.49 66.81 -
YUV 116.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 195 57 216 0.10 0.74 0 0.15 292.08 0.67 0.54
Hex C3 39 D8 A 4A 0 F 124 43 36
Octal 303 71 330 12 112 0 17 444 103 66
Binary 11000011 111001 11011000 1010 1001010 0 1111 100100100 1000011 110110

Color Harmonies of #C339D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C339D8

Black with #C339D8

Text Example


Text Example

White with #C339D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C339D8; }

 p { color: rgb(195,57,216); }

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

background-color css

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

 a { background-color: rgb(195,57,216); }

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

border-color css

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

 span { border-color: rgb(195,57,216); }

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