Html Css Color HEX #C366D5 Medium Orchid

📋 copy color: '#C366D5'

red 195 ◦ green 102 ◦ blue 213

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

Shades of Medium Orchid #C366D5

Tints of Medium Orchid #C366D5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20%

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 38.24%
G = 20%
B = 41.76%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C366D5 (or 0xC366D5) is known color: Medium Orchid. HEX triplet: C3, 66 and D5. RGB value is (195,102,213). Sum of RGB (Red+Green+Blue) = 195+102+213=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #C366D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366D5 is #3C992A. Grayscale: #8E8E8E. Windows color (decimal): -3971371 or 13985475. OLE color: 13985475.

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

Color convert

RGB 195 102 213 -
CMYK 0.08 0.52 0 0.16
HSL 290.27º 0.57% 0.62% -
HSV(B) 290.27º 0.52% 0.84% -
XYZ 39.27 25.91 65.88 -
YUV 142.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 195 102 213 0.08 0.52 0 0.16 290.27 0.57 0.62
Hex C3 66 D5 8 34 0 10 122 39 3E
Octal 303 146 325 10 64 0 20 442 71 76
Binary 11000011 1100110 11010101 1000 110100 0 10000 100100010 111001 111110

Color Harmonies of #C366D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366D5

Black with #C366D5

Text Example


Text Example

White with #C366D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366D5; }

 p { color: rgb(195,102,213); }

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

background-color css

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

 a { background-color: rgb(195,102,213); }

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

border-color css

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

 span { border-color: rgb(195,102,213); }

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