Html Css Color HEX #C36FDA Medium Orchid

📋 copy color: '#C36FDA'

red 195 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #C36FDA

Tints of Medium Orchid #C36FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 37.21%
G = 21.18%
B = 41.6%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C36FDA (or 0xC36FDA) is known color: Medium Orchid. HEX triplet: C3, 6F and DA. RGB value is (195,111,218). Sum of RGB (Red+Green+Blue) = 195+111+218=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C36FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FDA is #3C9025. Grayscale: #939393. Windows color (decimal): -3969062 or 14315459. OLE color: 14315459.

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

Color convert

RGB 195 111 218 -
CMYK 0.11 0.49 0 0.15
HSL 287.1º 0.59% 0.65% -
HSV(B) 287.1º 0.49% 0.85% -
XYZ 40.85 28.03 69.59 -
YUV 148.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 195 111 218 0.11 0.49 0 0.15 287.1 0.59 0.65
Hex C3 6F DA B 31 0 F 11F 3B 41
Octal 303 157 332 13 61 0 17 437 73 101
Binary 11000011 1101111 11011010 1011 110001 0 1111 100011111 111011 1000001

Color Harmonies of #C36FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FDA

Black with #C36FDA

Text Example


Text Example

White with #C36FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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