Html Css Color HEX #C366EA Medium Orchid

📋 copy color: '#C366EA'

red 195 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #C366EA

Tints of Medium Orchid #C366EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 36.72%
G = 19.21%
B = 44.07%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C366EA (or 0xC366EA) is known color: Medium Orchid. HEX triplet: C3, 66 and EA. RGB value is (195,102,234). Sum of RGB (Red+Green+Blue) = 195+102+234=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C366EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366EA is #3C9915. Grayscale: #909090. Windows color (decimal): -3971350 or 15361731. OLE color: 15361731.

HSL color Cylindrical-coordinate representation of color #C366EA: hue angle of 282.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C366EA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 102 234 -
CMYK 0.17 0.56 0 0.08
HSL 282.27º 0.76% 0.66% -
HSV(B) 282.27º 0.56% 0.92% -
XYZ 42.11 27.05 80.84 -
YUV 144.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 195 102 234 0.17 0.56 0 0.08 282.27 0.76 0.66
Hex C3 66 EA 11 38 0 8 11A 4C 42
Octal 303 146 352 21 70 0 10 432 114 102
Binary 11000011 1100110 11101010 10001 111000 0 1000 100011010 1001100 1000010

Color Harmonies of #C366EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366EA

Black with #C366EA

Text Example


Text Example

White with #C366EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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