Html Css Color HEX #C366CE Medium Orchid

📋 copy color: '#C366CE'

red 195 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #C366CE

Tints of Medium Orchid #C366CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 38.77%
G = 20.28%
B = 40.95%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C366CE (or 0xC366CE) is known color: Medium Orchid. HEX triplet: C3, 66 and CE. RGB value is (195,102,206). Sum of RGB (Red+Green+Blue) = 195+102+206=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C366CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CE is #3C9931. Grayscale: #8D8D8D. Windows color (decimal): -3971378 or 13526723. OLE color: 13526723.

HSL color Cylindrical-coordinate representation of color #C366CE: hue angle of 293.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C366CE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 102 206 -
CMYK 0.05 0.50 0 0.19
HSL 293.65º 0.51% 0.6% -
HSV(B) 293.65º 0.5% 0.81% -
XYZ 38.4 25.56 61.3 -
YUV 141.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 195 102 206 0.05 0.50 0 0.19 293.65 0.51 0.6
Hex C3 66 CE 5 32 0 13 126 33 3C
Octal 303 146 316 5 62 0 23 446 63 74
Binary 11000011 1100110 11001110 101 110010 0 10011 100100110 110011 111100

Color Harmonies of #C366CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366CE

Black with #C366CE

Text Example


Text Example

White with #C366CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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