Html Css Color HEX #C336DA Medium Orchid

📋 copy color: '#C336DA'

red 195 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #C336DA

Tints of Medium Orchid #C336DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.56%

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

R = 41.76%
G = 11.56%
B = 46.68%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C336DA (or 0xC336DA) is known color: Medium Orchid. HEX triplet: C3, 36 and DA. RGB value is (195,54,218). Sum of RGB (Red+Green+Blue) = 195+54+218=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #C336DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336DA is #3CC925. Grayscale: #727272. Windows color (decimal): -3983654 or 14300867. OLE color: 14300867.

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

Color convert

RGB 195 54 218 -
CMYK 0.11 0.75 0 0.15
HSL 291.59º 0.69% 0.53% -
HSV(B) 291.59º 0.75% 0.85% -
XYZ 36.48 19.3 68.13 -
YUV 114.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 195 54 218 0.11 0.75 0 0.15 291.59 0.69 0.53
Hex C3 36 DA B 4B 0 F 124 45 35
Octal 303 66 332 13 113 0 17 444 105 65
Binary 11000011 110110 11011010 1011 1001011 0 1111 100100100 1000101 110101

Color Harmonies of #C336DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336DA

Black with #C336DA

Text Example


Text Example

White with #C336DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336DA; }

 p { color: rgb(195,54,218); }

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

background-color css

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

 a { background-color: rgb(195,54,218); }

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

border-color css

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

 span { border-color: rgb(195,54,218); }

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